diff options
| author | Gerd Moellmann | 2000-12-12 16:14:39 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-12 16:14:39 +0000 |
| commit | 06507d30faeadcaaf7dcd96a11225e03d9960b29 (patch) | |
| tree | 02efd66aa66929ea0ca711343eb4186e1857fb62 /src | |
| parent | 799417bd9433225627580715a7b286856ac861e8 (diff) | |
| download | emacs-06507d30faeadcaaf7dcd96a11225e03d9960b29.tar.gz emacs-06507d30faeadcaaf7dcd96a11225e03d9960b29.zip | |
(cursor_in_non_selected_windows): Declare extern.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
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; | |||
| 2168 | extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); | 2168 | extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); |
| 2169 | extern int help_echo_showing_p; | 2169 | extern int help_echo_showing_p; |
| 2170 | extern int current_mode_line_height, current_header_line_height; | 2170 | extern int current_mode_line_height, current_header_line_height; |
| 2171 | extern int cursor_in_non_selected_windows; | ||
| 2171 | 2172 | ||
| 2172 | /* Defined in sysdep.c */ | 2173 | /* Defined in sysdep.c */ |
| 2173 | 2174 | ||