mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
(Vbefore_init_time, Vafter_init_time): Declare.
This commit is contained in:
parent
3e5fc571bd
commit
c1e4ceb7d7
1 changed files with 1 additions and 0 deletions
|
|
@ -3102,6 +3102,7 @@ extern void syms_of_frame P_ ((void));
|
|||
/* 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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue