# HG changeset patch # User Richard M. Stallman # Date 867451099 0 # Node ID 74399f15f71ed3d96a71c9ae29d148398bde63e0 # Parent 270080940256b559ef5d2e1d0d3ecd168edd2364 (double-click-time): Use restricted-sexp. (load-path): Make [Current dir?] itself the active button. diff -r 270080940256 -r 74399f15f71e lisp/cus-start.el --- a/lisp/cus-start.el Fri Jun 27 22:35:21 1997 +0000 +++ b/lisp/cus-start.el Fri Jun 27 22:38:19 1997 +0000 @@ -109,7 +109,8 @@ (integer :format "%v"))) (echo-keystrokes minibuffer boolean) (polling-period keyboard integer) - (double-click-time mouse integer) + (double-click-time mouse (restricted-sexp + :match-alternatives (integerp 'nil 't))) (inhibit-local-menu-bar-menus menu boolean) (help-char keyboard character) (help-event-list keyboard (repeat (sexp :format "%v"))) @@ -121,6 +122,7 @@ ;; lread.c (load-path environment (repeat (choice :tag "[Current dir?]" + :format "%[Current dir?%] %v" (const :tag " current dir" nil) (directory :format "%v")))) ;; minibuf.c