diff options
| author | Kenichi Handa | 2012-09-06 10:49:15 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-09-06 10:49:15 +0900 |
| commit | fca81a8d405cd4c825e144099c54dd163636aa3b (patch) | |
| tree | ee09be4b0e079b9c8863c8b570496a169227b218 /src/window.h | |
| parent | f41d6f9db69ce77fe9b3a637de407e8b589e0dc4 (diff) | |
| parent | 067b39d4296765e83f9530eca456168f6cda95fc (diff) | |
| download | emacs-fca81a8d405cd4c825e144099c54dd163636aa3b.tar.gz emacs-fca81a8d405cd4c825e144099c54dd163636aa3b.zip | |
merge trunk
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/window.h b/src/window.h index dfb88b2cf3c..a70bc55bac5 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -27,8 +27,6 @@ INLINE_HEADER_BEGIN | |||
| 27 | # define WINDOW_INLINE INLINE | 27 | # define WINDOW_INLINE INLINE |
| 28 | #endif | 28 | #endif |
| 29 | 29 | ||
| 30 | extern Lisp_Object Qleft, Qright; | ||
| 31 | |||
| 32 | /* Windows are allocated as if they were vectors, but then the | 30 | /* Windows are allocated as if they were vectors, but then the |
| 33 | Lisp data type is changed to Lisp_Window. They are garbage | 31 | Lisp data type is changed to Lisp_Window. They are garbage |
| 34 | collected along with the vectors. | 32 | collected along with the vectors. |
| @@ -973,7 +971,7 @@ extern Lisp_Object Qwindowp, Qwindow_live_p; | |||
| 973 | extern Lisp_Object Vwindow_list; | 971 | extern Lisp_Object Vwindow_list; |
| 974 | 972 | ||
| 975 | extern struct window *decode_live_window (Lisp_Object); | 973 | extern struct window *decode_live_window (Lisp_Object); |
| 976 | extern int compare_window_configurations (Lisp_Object, Lisp_Object, int); | 974 | extern bool compare_window_configurations (Lisp_Object, Lisp_Object, bool); |
| 977 | extern void mark_window_cursors_off (struct window *); | 975 | extern void mark_window_cursors_off (struct window *); |
| 978 | extern int window_internal_height (struct window *); | 976 | extern int window_internal_height (struct window *); |
| 979 | extern int window_body_cols (struct window *w); | 977 | extern int window_body_cols (struct window *w); |