aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-12 16:14:39 +0000
committerGerd Moellmann2000-12-12 16:14:39 +0000
commit06507d30faeadcaaf7dcd96a11225e03d9960b29 (patch)
tree02efd66aa66929ea0ca711343eb4186e1857fb62
parent799417bd9433225627580715a7b286856ac861e8 (diff)
downloademacs-06507d30faeadcaaf7dcd96a11225e03d9960b29.tar.gz
emacs-06507d30faeadcaaf7dcd96a11225e03d9960b29.zip
(cursor_in_non_selected_windows): Declare extern.
-rw-r--r--src/dispextern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 3c0ce6e5ffa..257998ccfc1 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2168,6 +2168,7 @@ extern Lisp_Object Vimage_types;
2168extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); 2168extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object));
2169extern int help_echo_showing_p; 2169extern int help_echo_showing_p;
2170extern int current_mode_line_height, current_header_line_height; 2170extern int current_mode_line_height, current_header_line_height;
2171extern int cursor_in_non_selected_windows;
2171 2172
2172/* Defined in sysdep.c */ 2173/* Defined in sysdep.c */
2173 2174