Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4db2b1c7
Commit
4db2b1c7
authored
Jun 27, 1997
by
Richard M. Stallman
Browse files
(double-click-time): Use restricted-sexp.
(load-path): Make [Current dir?] itself the active button.
parent
7ce22b41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/cus-start.el
lisp/cus-start.el
+3
-1
No files found.
lisp/cus-start.el
View file @
4db2b1c7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment