]> git.eshelyaron.com Git - emacs.git/commitdiff
(Qmouse_leave_buffer_hook): Declare it here.
authorKarl Heuer <kwzh@gnu.org>
Tue, 16 Jul 1996 00:04:15 +0000 (00:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 16 Jul 1996 00:04:15 +0000 (00:04 +0000)
src/lisp.h

index 79c104cc3f8beee28efe1aaad8171035b0c4bce4..f235e1f64be3ae7e47a546316b17682aff14a2d9 100644 (file)
@@ -1647,7 +1647,7 @@ extern Lisp_Object Fread_no_blanks_input ();
 
 extern Lisp_Object Qminus, Qplus, Vcurrent_prefix_arg;
 extern Lisp_Object Vcommand_history;
-extern Lisp_Object Qcall_interactively;
+extern Lisp_Object Qcall_interactively, Qmouse_leave_buffer_hook;
 extern Lisp_Object Fcall_interactively ();
 extern Lisp_Object Fprefix_numeric_value ();