comparison src/emacsfns.h @ 171:929b76928fce r20-3b12

Import from CVS: tag r20-3b12
author cvs
date Mon, 13 Aug 2007 09:47:52 +0200
parents 15872534500d
children 8eaf7971accc
comparison
equal deleted inserted replaced
170:98a42ee61975 171:929b76928fce
548 extern int running_asynch_code; 548 extern int running_asynch_code;
549 extern int suppress_early_backtrace; 549 extern int suppress_early_backtrace;
550 550
551 extern Lisp_Object Qsave_buffers_kill_emacs; 551 extern Lisp_Object Qsave_buffers_kill_emacs;
552 extern Lisp_Object Qkill_emacs_hook; 552 extern Lisp_Object Qkill_emacs_hook;
553 extern Lisp_Object Frunning_temacs_p(void); 553 extern Lisp_Object Frunning_temacs_p (void);
554 554
555 /* Defined in eval.c */ 555 /* Defined in eval.c */
556 extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qdefun, Qmacro; 556 extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qdefun, Qmacro;
557 extern Lisp_Object Vinhibit_quit, Vquit_flag, Qinhibit_quit, Qrun_hooks; 557 extern Lisp_Object Vinhibit_quit, Vquit_flag, Qinhibit_quit, Qrun_hooks;
558 extern Lisp_Object Vautoload_queue; 558 extern Lisp_Object Vautoload_queue;