From: Andreas Schwab Date: Tue, 18 Feb 2003 00:16:03 +0000 (+0000) Subject: (in_display_vector_p): Declare. X-Git-Tag: ttn-vms-21-2-B4~11157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c4f2431a243b4f42950de79747619b2bfd420b8f;p=emacs.git (in_display_vector_p): Declare. --- diff --git a/src/dispextern.h b/src/dispextern.h index 48732088e28..27c24dd56de 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1,5 +1,5 @@ /* Interface definitions for display code. - Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002 + Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -2279,6 +2279,7 @@ void move_it_vertically P_ ((struct it *, int)); void move_it_vertically_backward P_ ((struct it *, int)); void move_it_by_lines P_ ((struct it *, int, int)); void move_it_past_eol P_ ((struct it *)); +int in_display_vector_p P_ ((struct it *)); int frame_mode_line_height P_ ((struct frame *)); void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *));