diff options
| author | Dmitry Antipov | 2013-09-23 17:46:20 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-23 17:46:20 +0400 |
| commit | 3a6a78fd2537f7394c6f80c1fac63643ce364aa5 (patch) | |
| tree | 326d4ca674071151969baec757b2271177e4957d /src/ChangeLog | |
| parent | e08813d023325dc02574ab9437441551f67d1487 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 | ||
| 11 | 2013-09-23 Dmitry Antipov <dmantipov@yandex.ru> | 13 | 2013-09-23 Dmitry Antipov <dmantipov@yandex.ru> |