# HG changeset patch # User Richard M. Stallman # Date 1040665976 0 # Node ID f3fc48331bdc68d4fb5ceaa2f4a06b52e32c971e # Parent 05f00479612c19b5af1cdf1109e960696ec5d592 (scroll-up-aggressively, scroll-down-aggressively): Update custom types. diff -r 05f00479612c -r f3fc48331bdc lisp/cus-start.el --- a/lisp/cus-start.el Mon Dec 23 17:43:24 2002 +0000 +++ b/lisp/cus-start.el Mon Dec 23 17:52:56 2002 +0000 @@ -54,8 +54,12 @@ (truncate-lines display boolean) (selective-display-ellipses display boolean) (indicate-empty-lines display boolean "21.1") - (scroll-up-aggressively windows boolean "21.1") - (scroll-down-aggressively windows boolean "21.1") + (scroll-up-aggressively windows + (choice (const :tag "off" nil) number) + "21.1") + (scroll-down-aggressively windows + (choice (const :tag "off" nil) number) + "21.1") ;; callint.c (mark-even-if-inactive editing-basics boolean) ;; callproc.c