mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-26 15:10:50 -08:00
* window.c: Fix error introduced by previous patch.
This commit is contained in:
parent
5dd4f3f7c7
commit
ef79d2fac2
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-01-19 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* window.c: Fix error introduced by previous patch.
|
||||
|
||||
2011-01-18 Tom Tromey <tromey@parfait>
|
||||
|
||||
* globals.h: New file.
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ static int window_scroll_preserve_vpos;
|
|||
#if 0 /* This isn't used anywhere. */
|
||||
/* Nonzero means we can split a frame even if it is "unsplittable". */
|
||||
static int inhibit_frame_unsplittable;
|
||||
#endif extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
|
||||
#endif
|
||||
|
||||
|
||||
DEFUN ("windowp", Fwindowp, Swindowp, 1, 1, 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue