diff options
| author | Kim F. Storm | 2002-08-30 12:00:36 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-08-30 12:00:36 +0000 |
| commit | 6e80bf5a82f43beb471aac4cd4250f687f52cf06 (patch) | |
| tree | cc0be4490ece47573818348bf409bf212d0f9de9 /src | |
| parent | cfe03a41d4dba7920f62e8fded4de92ff2fa3608 (diff) | |
| download | emacs-6e80bf5a82f43beb471aac4cd4250f687f52cf06.tar.gz emacs-6e80bf5a82f43beb471aac4cd4250f687f52cf06.zip | |
(cursor_in_non_selected_windows): Extern removed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 5d82f6f71c1..173a62c7610 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2274,7 +2274,6 @@ extern Lisp_Object Vimage_types; | |||
| 2274 | extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); | 2274 | extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); |
| 2275 | extern int help_echo_showing_p; | 2275 | extern int help_echo_showing_p; |
| 2276 | extern int current_mode_line_height, current_header_line_height; | 2276 | extern int current_mode_line_height, current_header_line_height; |
| 2277 | extern int cursor_in_non_selected_windows; | ||
| 2278 | 2277 | ||
| 2279 | /* Defined in sysdep.c */ | 2278 | /* Defined in sysdep.c */ |
| 2280 | 2279 | ||