summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-06-20 19:45:24 +0000
committerGerd Moellmann <gerd@gnu.org>2000-06-20 19:45:24 +0000
commitce0b67174f75fcdf0c57a7bfdb80368360f27217 (patch)
treefd2d3d1e89178b556dbb71a31aa29350f83d7363
parent06568bbfecf0917d68d8ca9cf4d8ba08c7f4cc52 (diff)
downloademacs-ce0b67174f75fcdf0c57a7bfdb80368360f27217.tar.gz
(display_prop_intangible_p): Add prototype.
-rw-r--r--src/dispextern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 459762132ce..e53cdfb3a6e 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2097,6 +2097,7 @@ extern int tool_bar_button_relief;
/* Defined in xdisp.c */
+int display_prop_intangible_p P_ ((Lisp_Object));
void resize_echo_area_axactly P_ ((void));
int resize_mini_window P_ ((struct window *, int));
int try_window P_ ((Lisp_Object, struct text_pos));