Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
869fb12c
Commit
869fb12c
authored
Apr 06, 2001
by
Gerd Moellmann
Browse files
(Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
parent
b20a1c88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xdisp.c
src/xdisp.c
+2
-1
No files found.
src/ChangeLog
View file @
869fb12c
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.
...
...
src/xdisp.c
View file @
869fb12c
...
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment