diff options
| author | Andreas Schwab <schwab@suse.de> | 1998-06-24 08:54:04 +0000 |
|---|---|---|
| committer | Andreas Schwab <schwab@suse.de> | 1998-06-24 08:54:04 +0000 |
| commit | 79221864ab7be8001b5b5bbac1349505c1b39000 (patch) | |
| tree | 3a33e67e86ad685c18afc643f8ece48c12758426 /lisp/cus-start.el | |
| parent | 45200424de0fc063b8e4e5b80cf68ea2483be395 (diff) | |
| download | emacs-79221864ab7be8001b5b5bbac1349505c1b39000.tar.gz | |
(selective-display, suggest-key-bindings,
message-log-max): Use `other' widget type.
Diffstat (limited to 'lisp/cus-start.el')
| -rw-r--r-- | lisp/cus-start.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 79ac44d01c6..7289533a273 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -57,7 +57,7 @@ (integer :tag "space" :format "%v" 1) - (const :tag "on" t))) + (other :tag "on" t))) (selective-display-ellipses display boolean) (transient-mark-mode editing-basics boolean) ;; callint.c @@ -123,8 +123,7 @@ (menu-prompting menu boolean) (suggest-key-bindings keyboard (choice (const :tag "off" nil) (integer :tag "time" 2) - (sexp :tag "on" - :format "%t"))) + (other :tag "on"))) ;; lread.c (load-path environment (repeat (choice :tag "[Current dir?]" @@ -188,7 +187,7 @@ (message-log-max debug (choice (const :tag "Disable" nil) (integer :menu-tag "lines" :format "%v") - (const :tag "Unlimited" t))) + (other :tag "Unlimited" t))) ;; xfns.c (x-bitmap-file-path installation (repeat (directory :format "%v"))))) |
