changeset 18478:74399f15f71e

(double-click-time): Use restricted-sexp. (load-path): Make [Current dir?] itself the active button.
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 Jun 1997 22:38:19 +0000
parents 270080940256
children dedaafd841c0
files lisp/cus-start.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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