mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
(Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
This commit is contained in:
parent
b20a1c885b
commit
869fb12c1d
@ -1,3 +1,7 @@
|
||||
2001-04-06 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xdisp.c (Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
|
||||
|
||||
2001-04-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* sysdep.c (getwd) [!HAVE_GETWD]: Unblock input before returning.
|
||||
|
@ -226,6 +226,7 @@ Lisp_Object Qinhibit_point_motion_hooks;
|
||||
Lisp_Object QCeval, Qwhen, QCfile, QCdata;
|
||||
Lisp_Object Qfontified;
|
||||
Lisp_Object Qgrow_only;
|
||||
Lisp_Object Qinhibit_eval_during_redisplay;
|
||||
|
||||
/* Functions called to fontify regions of text. */
|
||||
|
||||
@ -256,7 +257,7 @@ Lisp_Object Vinhibit_redisplay, Qinhibit_redisplay;
|
||||
|
||||
/* Non-zero means Lisp evaluation during redisplay is inhibited. */
|
||||
|
||||
int inhibit_eval_during_redisplay, Qinhibit_eval_during_redisplay;
|
||||
int inhibit_eval_during_redisplay;
|
||||
|
||||
/* Names of text properties relevant for redisplay. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user