]> code.delx.au - gnu-emacs/commitdiff
next-screen-context-lines is an integer, not boolean.
authorStephen Eglen <stephen@gnu.org>
Tue, 7 Apr 1998 17:47:01 +0000 (17:47 +0000)
committerStephen Eglen <stephen@gnu.org>
Tue, 7 Apr 1998 17:47:01 +0000 (17:47 +0000)
lisp/cus-start.el

index ef8366b55fd905e26d96336655db09ba4cecc4aa..79ac44d01c62895839d1202316d57ded2564d4a8 100644 (file)
             (same-window-buffer-names windows (repeat (string :format "%v")))
             (same-window-regexps windows (repeat (regexp :format "%v")))
             (pop-up-windows windows boolean)
-            (next-screen-context-lines windows boolean)
+            (next-screen-context-lines windows integer)
             (split-height-threshold windows integer)
             (window-min-height windows integer)
             (window-min-width windows integer)