aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2011-06-05 02:14:08 +0200
committerJuanma Barranquero2011-06-05 02:14:08 +0200
commit989bf36895ebcac51c94ba4f06cd82a281c9f8c5 (patch)
tree4f20c0f9255c364f0437abaf04b9a44c72e19d05 /src
parent7dbe3dbc59819b3ee9ac5f6f4cbc1989edb3412c (diff)
downloademacs-989bf36895ebcac51c94ba4f06cd82a281c9f8c5.tar.gz
emacs-989bf36895ebcac51c94ba4f06cd82a281c9f8c5.zip
src/xdisp.c (single_display_spec_intangible_p): Remove declaration.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xdisp.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4988363f484..8d55e443f65 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-06-05 Juanma Barranquero <lekktu@gmail.com>
2
3 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
4
12011-06-04 Chong Yidong <cyd@stupidchicken.com> 52011-06-04 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * xselect.c (x_clipboard_manager_save): Remove redundant arg. 7 * 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);
779static int store_mode_line_noprop (const char *, int, int); 779static int store_mode_line_noprop (const char *, int, int);
780static void handle_stop (struct it *); 780static void handle_stop (struct it *);
781static void handle_stop_backwards (struct it *, EMACS_INT); 781static void handle_stop_backwards (struct it *, EMACS_INT);
782static int single_display_spec_intangible_p (Lisp_Object);
783static void vmessage (const char *, va_list) ATTRIBUTE_FORMAT_PRINTF (1, 0); 782static void vmessage (const char *, va_list) ATTRIBUTE_FORMAT_PRINTF (1, 0);
784static void ensure_echo_area_buffers (void); 783static void ensure_echo_area_buffers (void);
785static Lisp_Object unwind_with_echo_area_buffer (Lisp_Object); 784static Lisp_Object unwind_with_echo_area_buffer (Lisp_Object);