aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-09 18:41:17 +0000
committerGerd Moellmann2001-03-09 18:41:17 +0000
commit56ab5d27d04a4e2262af6960b4154bac8813a3c4 (patch)
tree007742d6a1b6feb6f1c5303b3cf2f6dff809ba3b /src
parentc085b77c3f1b6fbeef408628eb86a980f4aacc58 (diff)
downloademacs-56ab5d27d04a4e2262af6960b4154bac8813a3c4.tar.gz
emacs-56ab5d27d04a4e2262af6960b4154bac8813a3c4.zip
(string_buffer_position): Add prototype.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h1
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
2148int string_buffer_position P_ ((struct window *, Lisp_Object, int));
2148int line_bottom_y P_ ((struct it *)); 2149int line_bottom_y P_ ((struct it *));
2149int display_prop_intangible_p P_ ((Lisp_Object)); 2150int display_prop_intangible_p P_ ((Lisp_Object));
2150void resize_echo_area_axactly P_ ((void)); 2151void resize_echo_area_axactly P_ ((void));