diff options
| author | Karl Heuer | 1996-07-16 00:04:15 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-16 00:04:15 +0000 |
| commit | 7fd6105772fa953ab1174fce8dff1ab57fb3e31f (patch) | |
| tree | c53400dfb9260df770fa6972c217812497c1085a /src | |
| parent | 41790b5a0bc07e44768de62a30ee0d2818e85f24 (diff) | |
| download | emacs-7fd6105772fa953ab1174fce8dff1ab57fb3e31f.tar.gz emacs-7fd6105772fa953ab1174fce8dff1ab57fb3e31f.zip | |
(Qmouse_leave_buffer_hook): Declare it here.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 79c104cc3f8..f235e1f64be 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1647,7 +1647,7 @@ extern Lisp_Object Fread_no_blanks_input (); | |||
| 1647 | 1647 | ||
| 1648 | extern Lisp_Object Qminus, Qplus, Vcurrent_prefix_arg; | 1648 | extern Lisp_Object Qminus, Qplus, Vcurrent_prefix_arg; |
| 1649 | extern Lisp_Object Vcommand_history; | 1649 | extern Lisp_Object Vcommand_history; |
| 1650 | extern Lisp_Object Qcall_interactively; | 1650 | extern Lisp_Object Qcall_interactively, Qmouse_leave_buffer_hook; |
| 1651 | extern Lisp_Object Fcall_interactively (); | 1651 | extern Lisp_Object Fcall_interactively (); |
| 1652 | extern Lisp_Object Fprefix_numeric_value (); | 1652 | extern Lisp_Object Fprefix_numeric_value (); |
| 1653 | 1653 | ||