+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.
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. */
/* 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. */