diff options
| author | Chong Yidong | 2008-10-06 16:17:24 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-06 16:17:24 +0000 |
| commit | c1e4ceb7d760e70b99d5607f43694ea2d8896681 (patch) | |
| tree | f939e6a0575189cc73448e52c85cce8af4e29fdc | |
| parent | 3e5fc571bd5a9bdbed786b43a7971c41f87c6ad8 (diff) | |
| download | emacs-c1e4ceb7d760e70b99d5607f43694ea2d8896681.tar.gz emacs-c1e4ceb7d760e70b99d5607f43694ea2d8896681.zip | |
(Vbefore_init_time, Vafter_init_time): Declare.
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 268d5b64eea..38c7b8920a0 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3102,6 +3102,7 @@ extern void syms_of_frame P_ ((void)); | |||
| 3102 | /* defined in emacs.c */ | 3102 | /* defined in emacs.c */ |
| 3103 | extern Lisp_Object decode_env_path P_ ((char *, char *)); | 3103 | extern Lisp_Object decode_env_path P_ ((char *, char *)); |
| 3104 | extern Lisp_Object Vinvocation_name, Vinvocation_directory; | 3104 | extern Lisp_Object Vinvocation_name, Vinvocation_directory; |
| 3105 | extern Lisp_Object Vbefore_init_time, Vafter_init_time; | ||
| 3105 | extern Lisp_Object Vinstallation_directory; | 3106 | extern Lisp_Object Vinstallation_directory; |
| 3106 | extern Lisp_Object empty_unibyte_string, empty_multibyte_string; | 3107 | extern Lisp_Object empty_unibyte_string, empty_multibyte_string; |
| 3107 | EXFUN (Fkill_emacs, 1); | 3108 | EXFUN (Fkill_emacs, 1); |