diff options
| author | Andreas Schwab | 2003-02-18 00:16:03 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-02-18 00:16:03 +0000 |
| commit | c4f2431a243b4f42950de79747619b2bfd420b8f (patch) | |
| tree | 6b5204b1ac07013bdfd902ca34a842722737baa0 /src | |
| parent | 6f4070e03d31d5d079f69239afe65ff62d727e35 (diff) | |
| download | emacs-c4f2431a243b4f42950de79747619b2bfd420b8f.tar.gz emacs-c4f2431a243b4f42950de79747619b2bfd420b8f.zip | |
(in_display_vector_p): Declare.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 1 | /* Interface definitions for display code. | 1 | /* Interface definitions for display code. |
| 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002 | 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -2279,6 +2279,7 @@ void move_it_vertically P_ ((struct it *, int)); | |||
| 2279 | void move_it_vertically_backward P_ ((struct it *, int)); | 2279 | void move_it_vertically_backward P_ ((struct it *, int)); |
| 2280 | void move_it_by_lines P_ ((struct it *, int, int)); | 2280 | void move_it_by_lines P_ ((struct it *, int, int)); |
| 2281 | void move_it_past_eol P_ ((struct it *)); | 2281 | void move_it_past_eol P_ ((struct it *)); |
| 2282 | int in_display_vector_p P_ ((struct it *)); | ||
| 2282 | int frame_mode_line_height P_ ((struct frame *)); | 2283 | int frame_mode_line_height P_ ((struct frame *)); |
| 2283 | void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); | 2284 | void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); |
| 2284 | int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *)); | 2285 | int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *)); |