Mercurial > emacs
changeset 98546:dae1f13ca423
(Vbefore_init_time, Vafter_init_time): Declare.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 06 Oct 2008 16:17:24 +0000 |
parents | d19cd21bc42d |
children | 0835efd6ac19 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Mon Oct 06 16:17:14 2008 +0000 +++ b/src/lisp.h Mon Oct 06 16:17:24 2008 +0000 @@ -3102,6 +3102,7 @@ /* defined in emacs.c */ extern Lisp_Object decode_env_path P_ ((char *, char *)); extern Lisp_Object Vinvocation_name, Vinvocation_directory; +extern Lisp_Object Vbefore_init_time, Vafter_init_time; extern Lisp_Object Vinstallation_directory; extern Lisp_Object empty_unibyte_string, empty_multibyte_string; EXFUN (Fkill_emacs, 1);