1
0
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:
Roland McGrath 1994-03-22 00:27:12 +00:00
parent 8e86942bee
commit 230ac7f6ed

View File

@ -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))