changeset 48939:f3fc48331bdc

(scroll-up-aggressively, scroll-down-aggressively): Update custom types.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Dec 2002 17:52:56 +0000
parents 05f00479612c
children 78987e4bee15
files lisp/cus-start.el
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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