Mercurial > emacs
comparison src/xdisp.c @ 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 | 0da12cd77952 |
children | 0904e8f4e08a |
comparison
equal
deleted
inserted
replaced
37235:a60e4b9d5ba3 | 37236:98abc7850a87 |
---|---|
224 Lisp_Object Qredisplay_end_trigger_functions; | 224 Lisp_Object Qredisplay_end_trigger_functions; |
225 Lisp_Object Qinhibit_point_motion_hooks; | 225 Lisp_Object Qinhibit_point_motion_hooks; |
226 Lisp_Object QCeval, Qwhen, QCfile, QCdata; | 226 Lisp_Object QCeval, Qwhen, QCfile, QCdata; |
227 Lisp_Object Qfontified; | 227 Lisp_Object Qfontified; |
228 Lisp_Object Qgrow_only; | 228 Lisp_Object Qgrow_only; |
229 Lisp_Object Qinhibit_eval_during_redisplay; | |
229 | 230 |
230 /* Functions called to fontify regions of text. */ | 231 /* Functions called to fontify regions of text. */ |
231 | 232 |
232 Lisp_Object Vfontification_functions; | 233 Lisp_Object Vfontification_functions; |
233 Lisp_Object Qfontification_functions; | 234 Lisp_Object Qfontification_functions; |
254 | 255 |
255 Lisp_Object Vinhibit_redisplay, Qinhibit_redisplay; | 256 Lisp_Object Vinhibit_redisplay, Qinhibit_redisplay; |
256 | 257 |
257 /* Non-zero means Lisp evaluation during redisplay is inhibited. */ | 258 /* Non-zero means Lisp evaluation during redisplay is inhibited. */ |
258 | 259 |
259 int inhibit_eval_during_redisplay, Qinhibit_eval_during_redisplay; | 260 int inhibit_eval_during_redisplay; |
260 | 261 |
261 /* Names of text properties relevant for redisplay. */ | 262 /* Names of text properties relevant for redisplay. */ |
262 | 263 |
263 Lisp_Object Qdisplay, Qrelative_width, Qalign_to; | 264 Lisp_Object Qdisplay, Qrelative_width, Qalign_to; |
264 extern Lisp_Object Qface, Qinvisible, Qimage, Qwidth; | 265 extern Lisp_Object Qface, Qinvisible, Qimage, Qwidth; |