diff options
author | Stephen Eglen <stephen@gnu.org> | 1998-04-07 17:47:01 +0000 |
---|---|---|
committer | Stephen Eglen <stephen@gnu.org> | 1998-04-07 17:47:01 +0000 |
commit | 74f54b545710e57e5c2b3070a42e03aa5d91a4a0 (patch) | |
tree | dbaeef1f81f05178c14b5d95edebc02888e5c5f7 /lisp/cus-start.el | |
parent | 28a3f8110d9f15746ce7e765109dc0554f3a2e21 (diff) | |
download | emacs-74f54b545710e57e5c2b3070a42e03aa5d91a4a0.tar.gz |
next-screen-context-lines is an integer, not boolean.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index ef8366b55fd..79ac44d01c6 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -175,7 +175,7 @@ (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) |