diff options
| author | Richard M. Stallman | 1997-06-27 22:38:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-27 22:38:19 +0000 |
| commit | 4db2b1c70f5f69c904d93df7d32e22864e2e0ea9 (patch) | |
| tree | 1a1037bdb182478a02ceb7bddfe77a7fd163b321 | |
| parent | 7ce22b412650576014aa139443c27cb96e2d5ced (diff) | |
| download | emacs-4db2b1c70f5f69c904d93df7d32e22864e2e0ea9.tar.gz emacs-4db2b1c70f5f69c904d93df7d32e22864e2e0ea9.zip | |
(double-click-time): Use restricted-sexp.
(load-path): Make [Current dir?] itself the active button.
| -rw-r--r-- | lisp/cus-start.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 00fe7e8c9be..a842f8d3541 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -109,7 +109,8 @@ | |||
| 109 | (integer :format "%v"))) | 109 | (integer :format "%v"))) |
| 110 | (echo-keystrokes minibuffer boolean) | 110 | (echo-keystrokes minibuffer boolean) |
| 111 | (polling-period keyboard integer) | 111 | (polling-period keyboard integer) |
| 112 | (double-click-time mouse integer) | 112 | (double-click-time mouse (restricted-sexp |
| 113 | :match-alternatives (integerp 'nil 't))) | ||
| 113 | (inhibit-local-menu-bar-menus menu boolean) | 114 | (inhibit-local-menu-bar-menus menu boolean) |
| 114 | (help-char keyboard character) | 115 | (help-char keyboard character) |
| 115 | (help-event-list keyboard (repeat (sexp :format "%v"))) | 116 | (help-event-list keyboard (repeat (sexp :format "%v"))) |
| @@ -121,6 +122,7 @@ | |||
| 121 | ;; lread.c | 122 | ;; lread.c |
| 122 | (load-path environment | 123 | (load-path environment |
| 123 | (repeat (choice :tag "[Current dir?]" | 124 | (repeat (choice :tag "[Current dir?]" |
| 125 | :format "%[Current dir?%] %v" | ||
| 124 | (const :tag " current dir" nil) | 126 | (const :tag " current dir" nil) |
| 125 | (directory :format "%v")))) | 127 | (directory :format "%v")))) |
| 126 | ;; minibuf.c | 128 | ;; minibuf.c |