diff options
| author | Gerd Moellmann | 2001-05-07 17:38:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-07 17:38:34 +0000 |
| commit | 283c6e3ea8a22182b4b1e3e21f253a314c395143 (patch) | |
| tree | d431902e33070c2a388f8d27a066b8cc274fdf7f /src | |
| parent | 36d42089e382f5d59cd39448a05d15b93b9de18a (diff) | |
| download | emacs-283c6e3ea8a22182b4b1e3e21f253a314c395143.tar.gz emacs-283c6e3ea8a22182b4b1e3e21f253a314c395143.zip | |
(inverse_video): 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 ba8326c61d0..7018812aba7 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2274,6 +2274,7 @@ int popup_activated P_ ((void)); | |||
| 2274 | 2274 | ||
| 2275 | /* Defined in dispnew.c */ | 2275 | /* Defined in dispnew.c */ |
| 2276 | 2276 | ||
| 2277 | extern int inverse_video; | ||
| 2277 | int estimate_mode_line_height P_ ((struct frame *, enum face_id)); | 2278 | int estimate_mode_line_height P_ ((struct frame *, enum face_id)); |
| 2278 | Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); | 2279 | Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); |
| 2279 | extern void redraw_frame P_ ((struct frame *)); | 2280 | extern void redraw_frame P_ ((struct frame *)); |