# HG changeset patch # User Stephen Eglen # Date 891971221 0 # Node ID ea693abdeb4e9b4bf88069d70b726a2021940450 # Parent 4b59242b8a49bbe32466f7ff8957a787b44f70ed next-screen-context-lines is an integer, not boolean. diff -r 4b59242b8a49 -r ea693abdeb4e lisp/cus-start.el --- 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)