]> git.eshelyaron.com Git - emacs.git/commitdiff
(in_display_vector_p): Declare.
authorAndreas Schwab <schwab@suse.de>
Fri, 20 Jun 2003 18:10:40 +0000 (18:10 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 20 Jun 2003 18:10:40 +0000 (18:10 +0000)
src/ChangeLog
src/dispextern.h

index e75688eb078c2accffe2aa7ce8e1ee776e8f1c0e..bd451679f26bd15ba7fa9d825d0ee4fb0867dc51 100644 (file)
@@ -3,6 +3,9 @@
        * window.c (window_scroll_pixel_based): Move outside a
        multi-glyph character before setting new window start.
 
+       * xdisp.c (in_display_vector_p): New function.
+       * dispextern.h (in_display_vector_p): Declare.
+
 2003-06-10  Richard M. Stallman  <rms@gnu.org>
 
        * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
index 6395d3c9ea1c3c5ea8a0a95cf7d8c64b049b50b3..bec27d5a99297ee90030249379fc45c0a08a9324 100644 (file)
@@ -1,5 +1,5 @@
 /* Interface definitions for display code.
-   Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001
+   Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2003
      Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -2212,6 +2212,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 *));