From ce0b67174f75fcdf0c57a7bfdb80368360f27217 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 20 Jun 2000 19:45:24 +0000 Subject: [PATCH] (display_prop_intangible_p): Add prototype. --- src/dispextern.h | 1 + 1 file changed, 1 insertion(+) 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)); -- 2.39.2