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
e4375ca7
Commit
e4375ca7
authored
Aug 13, 2013
by
Dmitry Antipov
Browse files
* keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
parent
a45543bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/keyboard.c
src/keyboard.c
+0
-2
No files found.
src/ChangeLog
View file @
e4375ca7
2013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
* keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
2013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
* font.c (clear_font_cache): New function, stripped from...
...
...
src/keyboard.c
View file @
e4375ca7
...
...
@@ -10124,8 +10124,6 @@ Also end any kbd macro being defined. */)
end_kbd_macro ();
}
update_mode_lines++;
Vunread_command_events = Qnil;
discard_tty_input ();
...
...
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