# HG changeset patch # User Gerd Moellmann # Date 961530324 0 # Node ID 34438531b88604e268b987cb3116db967d3018a7 # Parent 6c3a17ddb7634d5faf5c32ea69cbc85b8c75c27c (display_prop_intangible_p): Add prototype. diff -r 6c3a17ddb763 -r 34438531b886 src/dispextern.h --- a/src/dispextern.h Tue Jun 20 19:44:44 2000 +0000 +++ b/src/dispextern.h Tue Jun 20 19:45:24 2000 +0000 @@ -2097,6 +2097,7 @@ /* 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));