diff options
| -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); |