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
230ac7f6
Commit
230ac7f6
authored
Mar 22, 1994
by
Roland McGrath
Browse files
(map-y-or-n-p): Don't add any text to the ACTION-ALIST descriptions to make
dialog box buttons.
parent
8e86942b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/map-ynp.el
lisp/map-ynp.el
+1
-2
No files found.
lisp/map-ynp.el
View file @
230ac7f6
...
@@ -104,8 +104,7 @@ Returns the number of actions taken."
...
@@ -104,8 +104,7 @@ Returns the number of actions taken."
((
,
(
if
help
(
concat
action
" All "
objects
)
((
,
(
if
help
(
concat
action
" All "
objects
)
"Do All"
))
.
automatic
)
"Do All"
))
.
automatic
)
(
,@
(
mapcar
(
lambda
(
elt
)
(
,@
(
mapcar
(
lambda
(
elt
)
(
cons
(
concat
(
capitalize
(
nth
2
elt
))
(
cons
(
capitalize
(
nth
2
elt
))
" "
object
)
(
vector
(
nth
1
elt
))))
(
vector
(
nth
1
elt
))))
action-alist
))))
action-alist
))))
mouse-event
last-nonmenu-event
))
mouse-event
last-nonmenu-event
))
...
...
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