diff options
| author | Gerd Moellmann | 2001-08-01 11:54:57 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-01 11:54:57 +0000 |
| commit | af42d485b476c420b985977345196faaa0dbebc5 (patch) | |
| tree | 98e47c6b3a27232b2ad4050623d20eaadc70649f /src | |
| parent | f09c15edac41285371b76ce4d4539db3669bda05 (diff) | |
| download | emacs-af42d485b476c420b985977345196faaa0dbebc5.tar.gz emacs-af42d485b476c420b985977345196faaa0dbebc5.zip | |
(resize_echo_area_exactly): Fix typo in function
name.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 95f3b2731c2..6cd033745d4 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2156,7 +2156,7 @@ extern int tool_bar_button_relief; | |||
| 2156 | int string_buffer_position P_ ((struct window *, Lisp_Object, int)); | 2156 | int string_buffer_position P_ ((struct window *, Lisp_Object, int)); |
| 2157 | int line_bottom_y P_ ((struct it *)); | 2157 | int line_bottom_y P_ ((struct it *)); |
| 2158 | int display_prop_intangible_p P_ ((Lisp_Object)); | 2158 | int display_prop_intangible_p P_ ((Lisp_Object)); |
| 2159 | void resize_echo_area_axactly P_ ((void)); | 2159 | void resize_echo_area_exactly P_ ((void)); |
| 2160 | int resize_mini_window P_ ((struct window *, int)); | 2160 | int resize_mini_window P_ ((struct window *, int)); |
| 2161 | int try_window P_ ((Lisp_Object, struct text_pos)); | 2161 | int try_window P_ ((Lisp_Object, struct text_pos)); |
| 2162 | void window_box P_ ((struct window *, int, int *, int *, int *, int *)); | 2162 | void window_box P_ ((struct window *, int, int *, int *, int *, int *)); |