aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Verona2013-08-13 10:51:44 +0200
committerJoakim Verona2013-08-13 10:51:44 +0200
commit6eb8619434f2278f3e56663bc7bbb31043b6146b (patch)
treef89b07d3ad81baaeed1ce399739acda5c626c0c2
parent8cd462fd025ea06895b9e4508c869b61d6be28d3 (diff)
parente4375ca7e087cb2ad74f0a3b9fb893500837f9c3 (diff)
downloademacs-6eb8619434f2278f3e56663bc7bbb31043b6146b.tar.gz
emacs-6eb8619434f2278f3e56663bc7bbb31043b6146b.zip
merge from trunk
-rw-r--r--src/ChangeLog4
-rw-r--r--src/keyboard.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 74af248575a..6a3b7cf9cee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12013-08-13 Dmitry Antipov <dmantipov@yandex.ru> 12013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
4
52013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
6
3 * font.c (clear_font_cache): New function, stripped from... 7 * font.c (clear_font_cache): New function, stripped from...
4 (Fclear_font_cache): ...here, which now uses the function 8 (Fclear_font_cache): ...here, which now uses the function
5 above. Adjust comment. 9 above. Adjust comment.
diff --git a/src/keyboard.c b/src/keyboard.c
index 30707e5b3db..1aa25669b5b 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -10150,8 +10150,6 @@ Also end any kbd macro being defined. */)
10150 end_kbd_macro (); 10150 end_kbd_macro ();
10151 } 10151 }
10152 10152
10153 update_mode_lines++;
10154
10155 Vunread_command_events = Qnil; 10153 Vunread_command_events = Qnil;
10156 10154
10157 discard_tty_input (); 10155 discard_tty_input ();