Mercurial > emacs
changeset 21407:ea693abdeb4e
next-screen-context-lines is an integer, not boolean.
author | Stephen Eglen <stephen@gnu.org> |
---|---|
date | Tue, 07 Apr 1998 17:47:01 +0000 |
parents | 4b59242b8a49 |
children | c284604287f3 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Tue Apr 07 11:48:18 1998 +0000 +++ b/lisp/cus-start.el Tue Apr 07 17:47:01 1998 +0000 @@ -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)