1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(Qinhibit_point_motion_hooks): Declare extern.

This commit is contained in:
Gerd Moellmann 2000-12-21 16:57:00 +00:00
parent 8e15274f3f
commit c6ae41f3c9

View file

@ -2118,6 +2118,7 @@ extern void syms_of_display P_ ((void));
extern void safe_bcopy P_ ((char *, char *, int));
/* Defined in xdisp.c */
extern Lisp_Object Qinhibit_point_motion_hooks;
extern Lisp_Object Qinhibit_redisplay, Qdisplay;
extern Lisp_Object Qmessage_truncate_lines;
extern Lisp_Object Vmessage_log_max;