mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(map-y-or-n-p): Don't add any text to the ACTION-ALIST descriptions to make
dialog box buttons.
This commit is contained in:
parent
8e86942bee
commit
230ac7f6ed
@ -104,8 +104,7 @@ Returns the number of actions taken."
|
||||
((, (if help (concat action " All " objects)
|
||||
"Do All")) . automatic)
|
||||
(,@ (mapcar (lambda (elt)
|
||||
(cons (concat (capitalize (nth 2 elt))
|
||||
" " object)
|
||||
(cons (capitalize (nth 2 elt))
|
||||
(vector (nth 1 elt))))
|
||||
action-alist))))
|
||||
mouse-event last-nonmenu-event))
|
||||
|
Loading…
Reference in New Issue
Block a user