Mercurial > emacs
changeset 37236:98abc7850a87
(Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 06 Apr 2001 09:09:13 +0000 |
parents | a60e4b9d5ba3 |
children | b33a7fe4ae3d |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Fri Apr 06 08:29:10 2001 +0000 +++ b/src/xdisp.c Fri Apr 06 09:09:13 2001 +0000 @@ -226,6 +226,7 @@ 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 @@ /* 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. */