diff options
| author | Gerd Moellmann | 2001-03-09 18:41:17 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-09 18:41:17 +0000 |
| commit | 56ab5d27d04a4e2262af6960b4154bac8813a3c4 (patch) | |
| tree | 007742d6a1b6feb6f1c5303b3cf2f6dff809ba3b /src | |
| parent | c085b77c3f1b6fbeef408628eb86a980f4aacc58 (diff) | |
| download | emacs-56ab5d27d04a4e2262af6960b4154bac8813a3c4.tar.gz emacs-56ab5d27d04a4e2262af6960b4154bac8813a3c4.zip | |
(string_buffer_position): Add prototype.
Diffstat (limited to 'src')
| -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 3729df47c7a..fa5e40e0650 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2145,6 +2145,7 @@ extern int tool_bar_button_relief; | |||
| 2145 | 2145 | ||
| 2146 | /* Defined in xdisp.c */ | 2146 | /* Defined in xdisp.c */ |
| 2147 | 2147 | ||
| 2148 | int string_buffer_position P_ ((struct window *, Lisp_Object, int)); | ||
| 2148 | int line_bottom_y P_ ((struct it *)); | 2149 | int line_bottom_y P_ ((struct it *)); |
| 2149 | int display_prop_intangible_p P_ ((Lisp_Object)); | 2150 | int display_prop_intangible_p P_ ((Lisp_Object)); |
| 2150 | void resize_echo_area_axactly P_ ((void)); | 2151 | void resize_echo_area_axactly P_ ((void)); |