changeset 15695:597fb46cb2fd

(Qmouse_leave_buffer_hook): Declare it here.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 00:04:15 +0000
parents c037294d6e47
children ca2455cb0b9d
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Mon Jul 15 23:53:58 1996 +0000
+++ b/src/lisp.h	Tue Jul 16 00:04:15 1996 +0000
@@ -1647,7 +1647,7 @@
 
 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 ();