From 989bf36895ebcac51c94ba4f06cd82a281c9f8c5 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 5 Jun 2011 02:14:08 +0200 Subject: [PATCH] src/xdisp.c (single_display_spec_intangible_p): Remove declaration. --- src/ChangeLog | 4 ++++ src/xdisp.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4988363f484..8d55e443f65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-06-05 Juanma Barranquero + + * xdisp.c (single_display_spec_intangible_p): Remove declaration. + 2011-06-04 Chong Yidong * xselect.c (x_clipboard_manager_save): Remove redundant arg. diff --git a/src/xdisp.c b/src/xdisp.c index 958e7510e1d..02467c7bedd 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -779,7 +779,6 @@ static void store_mode_line_noprop_char (char); static int store_mode_line_noprop (const char *, int, int); static void handle_stop (struct it *); static void handle_stop_backwards (struct it *, EMACS_INT); -static int single_display_spec_intangible_p (Lisp_Object); static void vmessage (const char *, va_list) ATTRIBUTE_FORMAT_PRINTF (1, 0); static void ensure_echo_area_buffers (void); static Lisp_Object unwind_with_echo_area_buffer (Lisp_Object); -- 2.39.5