Mercurial > emacs
changeset 34492:c0363a97e5cb
(cursor_in_non_selected_windows): Declare extern.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 12 Dec 2000 16:14:39 +0000 |
parents | f9d400d4653a |
children | 3e2309d79ff3 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Tue Dec 12 16:14:01 2000 +0000 +++ b/src/dispextern.h Tue Dec 12 16:14:39 2000 +0000 @@ -2168,6 +2168,7 @@ extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); extern int help_echo_showing_p; extern int current_mode_line_height, current_header_line_height; +extern int cursor_in_non_selected_windows; /* Defined in sysdep.c */