comparison lisp/cus-start.el @ 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 0bef1d3ea752
children 4aebb136294f
comparison
equal deleted inserted replaced
21406:4b59242b8a49 21407:ea693abdeb4e
173 (sexp :tag "Value"))))))) 173 (sexp :tag "Value")))))))
174 (special-display-function frames function) 174 (special-display-function frames function)
175 (same-window-buffer-names windows (repeat (string :format "%v"))) 175 (same-window-buffer-names windows (repeat (string :format "%v")))
176 (same-window-regexps windows (repeat (regexp :format "%v"))) 176 (same-window-regexps windows (repeat (regexp :format "%v")))
177 (pop-up-windows windows boolean) 177 (pop-up-windows windows boolean)
178 (next-screen-context-lines windows boolean) 178 (next-screen-context-lines windows integer)
179 (split-height-threshold windows integer) 179 (split-height-threshold windows integer)
180 (window-min-height windows integer) 180 (window-min-height windows integer)
181 (window-min-width windows integer) 181 (window-min-width windows integer)
182 ;; xdisp.c 182 ;; xdisp.c
183 (scroll-step windows integer) 183 (scroll-step windows integer)