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 | |
| 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')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/dispextern.h | 2 |
2 files changed, 3 insertions, 3 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> |
diff --git a/src/dispextern.h b/src/dispextern.h index 30db19b2d03..84111bd9958 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3437,8 +3437,6 @@ extern Lisp_Object marginal_area_string (struct window *, enum window_part, | |||
| 3437 | Lisp_Object *, | 3437 | Lisp_Object *, |
| 3438 | int *, int *, int *, int *); | 3438 | int *, int *, int *, int *); |
| 3439 | extern void redraw_frame (struct frame *); | 3439 | extern void redraw_frame (struct frame *); |
| 3440 | extern void cancel_line (int, struct frame *); | ||
| 3441 | extern void init_desired_glyphs (struct frame *); | ||
| 3442 | extern bool update_frame (struct frame *, bool, bool); | 3440 | extern bool update_frame (struct frame *, bool, bool); |
| 3443 | extern void bitch_at_user (void); | 3441 | extern void bitch_at_user (void); |
| 3444 | extern void adjust_frame_glyphs (struct frame *); | 3442 | extern void adjust_frame_glyphs (struct frame *); |