diff options
| author | Gerd Moellmann | 2000-06-20 19:45:24 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-20 19:45:24 +0000 |
| commit | ce0b67174f75fcdf0c57a7bfdb80368360f27217 (patch) | |
| tree | fd2d3d1e89178b556dbb71a31aa29350f83d7363 | |
| parent | 06568bbfecf0917d68d8ca9cf4d8ba08c7f4cc52 (diff) | |
| download | emacs-ce0b67174f75fcdf0c57a7bfdb80368360f27217.tar.gz emacs-ce0b67174f75fcdf0c57a7bfdb80368360f27217.zip | |
(display_prop_intangible_p): Add prototype.
| -rw-r--r-- | src/dispextern.h | 1 |
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; | |||
| 2097 | 2097 | ||
| 2098 | /* Defined in xdisp.c */ | 2098 | /* Defined in xdisp.c */ |
| 2099 | 2099 | ||
| 2100 | int display_prop_intangible_p P_ ((Lisp_Object)); | ||
| 2100 | void resize_echo_area_axactly P_ ((void)); | 2101 | void resize_echo_area_axactly P_ ((void)); |
| 2101 | int resize_mini_window P_ ((struct window *, int)); | 2102 | int resize_mini_window P_ ((struct window *, int)); |
| 2102 | int try_window P_ ((Lisp_Object, struct text_pos)); | 2103 | int try_window P_ ((Lisp_Object, struct text_pos)); |