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
bec0b768
Commit
bec0b768
authored
May 01, 2005
by
Luc Teirlinck
Browse files
(sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
parent
ebbfa918
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/dispnew.c
src/dispnew.c
+1
-1
No files found.
src/ChangeLog
View file @
bec0b768
2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
* dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
2005-05-01 Richard M. Stallman <rms@gnu.org>
* xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
...
...
src/dispnew.c
View file @
bec0b768
...
...
@@ -6357,7 +6357,7 @@ sit_for (sec, usec, reading, display, initial_display)
{
swallow_events (display);
if (detect_input_pending_run_timers (display) || !NILP (Vexecuting_macro))
if (detect_input_pending_run_timers (display) || !NILP (Vexecuting_
kbd_
macro))
return Qnil;
if (initial_display)
...
...
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