aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-12-23 17:52:56 +0000
committerRichard M. Stallman <[email protected]>2002-12-23 17:52:56 +0000
commitc6d5732507bcc6e88b5b796278947e961bff65d1 (patch)
treed7bb32772b75ee16efe3c0a90cfcf7ed04ae836b
parentc53f9b3b9ce4d4a4c54bdb82cbea1d0f46ec1ba6 (diff)
(scroll-up-aggressively, scroll-down-aggressively): Update custom types.
-rw-r--r--lisp/cus-start.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index b5161bfcb9..c09662ff60 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -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