diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 1dd824eeb6f..22e3f3d8818 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -151,7 +151,7 @@ static int window_scroll_preserve_vpos; | |||
| 151 | #if 0 /* This isn't used anywhere. */ | 151 | #if 0 /* This isn't used anywhere. */ |
| 152 | /* Nonzero means we can split a frame even if it is "unsplittable". */ | 152 | /* Nonzero means we can split a frame even if it is "unsplittable". */ |
| 153 | static int inhibit_frame_unsplittable; | 153 | static int inhibit_frame_unsplittable; |
| 154 | #endif extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions; | 154 | #endif |
| 155 | 155 | ||
| 156 | 156 | ||
| 157 | DEFUN ("windowp", Fwindowp, Swindowp, 1, 1, 0, | 157 | DEFUN ("windowp", Fwindowp, Swindowp, 1, 1, 0, |