# HG changeset patch # User Andreas Schwab # Date 898678444 0 # Node ID 4aebb136294fc505e42c054382e29867b382a86f # Parent 6cfe82c806772056a15fa79f8865c6aea7bf9282 (selective-display, suggest-key-bindings, message-log-max): Use `other' widget type. diff -r 6cfe82c80677 -r 4aebb136294f lisp/cus-start.el --- a/lisp/cus-start.el Wed Jun 24 08:50:59 1998 +0000 +++ b/lisp/cus-start.el Wed Jun 24 08:54:04 1998 +0000 @@ -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")))))