Mercurial > emacs
changeset 54177:2affc700598b
(mark_window_display_accurate): Remove prototype.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 28 Feb 2004 01:02:35 +0000 |
parents | d1e478a807f4 |
children | 1ab08664aea0 |
files | src/lisp.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Sat Feb 28 01:02:16 2004 +0000 +++ b/src/lisp.h Sat Feb 28 01:02:35 2004 +0000 @@ -2380,7 +2380,6 @@ extern int check_point_in_composition P_ ((struct buffer *, int, struct buffer *, int)); extern void redisplay_preserve_echo_area P_ ((int)); -extern void mark_window_display_accurate P_ ((Lisp_Object, int)); extern void prepare_menu_bars P_ ((void)); void set_frame_cursor_types P_ ((struct frame *, Lisp_Object));