From: Gerd Moellmann Date: Fri, 9 Mar 2001 18:41:17 +0000 (+0000) Subject: (string_buffer_position): Add prototype. X-Git-Tag: emacs-pretest-21.0.100~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56ab5d27d04a4e2262af6960b4154bac8813a3c4;p=emacs.git (string_buffer_position): Add prototype. --- 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; /* Defined in xdisp.c */ +int string_buffer_position P_ ((struct window *, Lisp_Object, int)); int line_bottom_y P_ ((struct it *)); int display_prop_intangible_p P_ ((Lisp_Object)); void resize_echo_area_axactly P_ ((void));