diff src/lisp.h @ 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 d83896198aae
children 9f6c68b64666
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);