diff src/lisp.h @ 381:0673e72f6c8c

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sun, 11 Aug 1991 04:35:38 +0000
parents 759f018b08b1
children 350065270fc8
line wrap: on
line diff
--- a/src/lisp.h	Sun Aug 11 01:03:47 1991 +0000
+++ b/src/lisp.h	Sun Aug 11 04:35:38 1991 +0000
@@ -915,7 +915,7 @@
 
 /* Defined in eval.c */
 extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qdefun, Qmacro;
-extern Lisp_Object Vinhibit_quit, Vquit_flag;
+extern Lisp_Object Vinhibit_quit, Qinhibit_quit, Vquit_flag;
 extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments;
 extern Lisp_Object Vautoload_queue;
 extern Lisp_Object Vrun_hooks;