]> git.eshelyaron.com Git - emacs.git/commitdiff
* dispextern.h (cancel_line, init_desired_glyphs):
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 23 Sep 2013 13:46:20 +0000 (17:46 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 23 Sep 2013 13:46:20 +0000 (17:46 +0400)
Remove ancient leftover.

src/ChangeLog
src/dispextern.h

index 38f4b21d30b69abced65c026188ab29a133f6068..4fdf461b57d39e5324d654c581ec140175b03f5b 100644 (file)
@@ -5,7 +5,9 @@
        (display_last_displayed_message_p, message_buf_print)
        (message_cleared_p, help_echo_showing_p, hourglass_shown_p):
        Use bool for boolean.
-       * dispextern.h (help_echo_showing_p, hourglass_shown_p):
+       * dispextern.h (cancel_line, init_desired_glyphs):
+       Remove ancient leftover.
+       (help_echo_showing_p, hourglass_shown_p):
        * lisp.h (noninteractive_need_newline): Adjust declaration.
 
 2013-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
index 30db19b2d0353d3b7ceff5d8590cf00ab753ca8d..84111bd99582a865ebf067a1d229f5339a6c5734 100644 (file)
@@ -3437,8 +3437,6 @@ extern Lisp_Object marginal_area_string (struct window *, enum window_part,
                                          Lisp_Object *,
                                          int *, int *, int *, int *);
 extern void redraw_frame (struct frame *);
-extern void cancel_line (int, struct frame *);
-extern void init_desired_glyphs (struct frame *);
 extern bool update_frame (struct frame *, bool, bool);
 extern void bitch_at_user (void);
 extern void adjust_frame_glyphs (struct frame *);