diff options
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 | ||