diff options
| author | Gerd Moellmann | 2000-12-21 16:57:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-21 16:57:00 +0000 |
| commit | c6ae41f3c9e3a4fcd804a2839d8d3ef315306e9a (patch) | |
| tree | f51fcaf7d0abafbbdd113cf8606ac9db75d0625e /src | |
| parent | 8e15274f3fa16db132a0b3ee63bf832935a956c6 (diff) | |
| download | emacs-c6ae41f3c9e3a4fcd804a2839d8d3ef315306e9a.tar.gz emacs-c6ae41f3c9e3a4fcd804a2839d8d3ef315306e9a.zip | |
(Qinhibit_point_motion_hooks): Declare extern.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 169a004a9d1..75803d826ab 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2118,6 +2118,7 @@ extern void syms_of_display P_ ((void)); | |||
| 2118 | extern void safe_bcopy P_ ((char *, char *, int)); | 2118 | extern void safe_bcopy P_ ((char *, char *, int)); |
| 2119 | 2119 | ||
| 2120 | /* Defined in xdisp.c */ | 2120 | /* Defined in xdisp.c */ |
| 2121 | extern Lisp_Object Qinhibit_point_motion_hooks; | ||
| 2121 | extern Lisp_Object Qinhibit_redisplay, Qdisplay; | 2122 | extern Lisp_Object Qinhibit_redisplay, Qdisplay; |
| 2122 | extern Lisp_Object Qmessage_truncate_lines; | 2123 | extern Lisp_Object Qmessage_truncate_lines; |
| 2123 | extern Lisp_Object Vmessage_log_max; | 2124 | extern Lisp_Object Vmessage_log_max; |