mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
(LOADHIST_ATTACH): New macro.
(Vcurrent_load_list, Vload_history): Vars declared.
This commit is contained in:
parent
e9c8e24886
commit
c5e3de70d8
1 changed files with 5 additions and 0 deletions
|
|
@ -1043,6 +1043,10 @@ extern Lisp_Object Fintern (), Fintern_soft (), Fload ();
|
|||
extern Lisp_Object Fget_file_char (), Fread_char ();
|
||||
extern Lisp_Object Feval_current_buffer (), Feval_region ();
|
||||
extern Lisp_Object intern (), oblookup ();
|
||||
#define LOADHIST_ATTACH(x) \
|
||||
if (initialized) Vcurrent_load_list = Fcons (x, Vcurrent_load_list)
|
||||
extern Lisp_Object Vcurrent_load_list;
|
||||
extern Lisp_Object Vload_history;
|
||||
|
||||
/* Defined in eval.c */
|
||||
extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qdefun, Qmacro;
|
||||
|
|
@ -1249,3 +1253,4 @@ extern long *xmalloc (), *xrealloc ();
|
|||
extern void xfree ();
|
||||
|
||||
extern char *egetenv ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue