diff options
| author | Jim Blandy | 1993-06-17 05:03:45 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-17 05:03:45 +0000 |
| commit | afd0d2375ab44b40a81c7e509ebbddba688dea2e (patch) | |
| tree | cee89d6ee34972a4040729a69c821b47d4a066c3 /src | |
| parent | 07f76a146652110694f36932a6a663ba832cf842 (diff) | |
| download | emacs-afd0d2375ab44b40a81c7e509ebbddba688dea2e.tar.gz emacs-afd0d2375ab44b40a81c7e509ebbddba688dea2e.zip | |
Remove decl for Qvisible.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index b57835c3958..4157ee1de49 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1213,7 +1213,7 @@ extern Lisp_Object get_keyelt (), get_keymap(); | |||
| 1213 | extern Lisp_Object Fvertical_motion (), Findent_to (), Fcurrent_column (); | 1213 | extern Lisp_Object Fvertical_motion (), Findent_to (), Fcurrent_column (); |
| 1214 | 1214 | ||
| 1215 | /* defined in window.c */ | 1215 | /* defined in window.c */ |
| 1216 | extern Lisp_Object Qwindowp, Qwindow_live_p, Qvisible; | 1216 | extern Lisp_Object Qwindowp, Qwindow_live_p; |
| 1217 | extern Lisp_Object Fget_buffer_window (); | 1217 | extern Lisp_Object Fget_buffer_window (); |
| 1218 | extern Lisp_Object Fsave_window_excursion (); | 1218 | extern Lisp_Object Fsave_window_excursion (); |
| 1219 | extern Lisp_Object Fset_window_configuration (), Fcurrent_window_configuration (); | 1219 | extern Lisp_Object Fset_window_configuration (), Fcurrent_window_configuration (); |