]> git.eshelyaron.com Git - emacs.git/commitdiff
src/xdisp.c (single_display_spec_intangible_p): Remove declaration.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 5 Jun 2011 00:14:08 +0000 (02:14 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 5 Jun 2011 00:14:08 +0000 (02:14 +0200)
src/ChangeLog
src/xdisp.c

index 4988363f48455e25ebb862885c33bd16015963b7..8d55e443f6567cc928a5765bfc7d42985b660ddd 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * xdisp.c (single_display_spec_intangible_p): Remove declaration.
+
 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
 
        * xselect.c (x_clipboard_manager_save): Remove redundant arg.
index 958e7510e1d9b9c21eed8997280ee5ced1305c6b..02467c7bedd7c82a373ced2d42779ee8a70aa3a1 100644 (file)
@@ -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);