Mercurial > emacs
changeset 29818:34438531b886
(display_prop_intangible_p): Add prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 20 Jun 2000 19:45:24 +0000 |
parents | 6c3a17ddb763 |
children | 7a583e16423b |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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));