aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-09-23 17:46:20 +0400
committerDmitry Antipov2013-09-23 17:46:20 +0400
commit3a6a78fd2537f7394c6f80c1fac63643ce364aa5 (patch)
tree326d4ca674071151969baec757b2271177e4957d /src/ChangeLog
parente08813d023325dc02574ab9437441551f67d1487 (diff)
downloademacs-3a6a78fd2537f7394c6f80c1fac63643ce364aa5.tar.gz
emacs-3a6a78fd2537f7394c6f80c1fac63643ce364aa5.zip
* dispextern.h (cancel_line, init_desired_glyphs):
Remove ancient leftover.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 38f4b21d30b..4fdf461b57d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,7 +5,9 @@
5 (display_last_displayed_message_p, message_buf_print) 5 (display_last_displayed_message_p, message_buf_print)
6 (message_cleared_p, help_echo_showing_p, hourglass_shown_p): 6 (message_cleared_p, help_echo_showing_p, hourglass_shown_p):
7 Use bool for boolean. 7 Use bool for boolean.
8 * dispextern.h (help_echo_showing_p, hourglass_shown_p): 8 * dispextern.h (cancel_line, init_desired_glyphs):
9 Remove ancient leftover.
10 (help_echo_showing_p, hourglass_shown_p):
9 * lisp.h (noninteractive_need_newline): Adjust declaration. 11 * lisp.h (noninteractive_need_newline): Adjust declaration.
10 12
112013-09-23 Dmitry Antipov <dmantipov@yandex.ru> 132013-09-23 Dmitry Antipov <dmantipov@yandex.ru>