]> git.eshelyaron.com Git - emacs.git/commitdiff
(double-click-time): Use restricted-sexp.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 1997 22:38:19 +0000 (22:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 1997 22:38:19 +0000 (22:38 +0000)
(load-path): Make [Current dir?] itself the active button.

lisp/cus-start.el

index 00fe7e8c9be78c646452dc8344d4318963f27e97..a842f8d354127eef744327f322ed98b19c77ee0d 100644 (file)
                                                  (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")))
             ;; lread.c
             (load-path environment 
                        (repeat (choice :tag "[Current dir?]"
+                                       :format "%[Current dir?%] %v"
                                        (const :tag " current dir" nil)
                                        (directory :format "%v"))))
             ;; minibuf.c