1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

src/xdisp.c (single_display_spec_intangible_p): Remove declaration.

This commit is contained in:
Juanma Barranquero 2011-06-05 02:14:08 +02:00
parent 7dbe3dbc59
commit 989bf36895
2 changed files with 4 additions and 1 deletions

View 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.

View 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);