aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1994-03-22 00:27:12 +0000
committerRoland McGrath <[email protected]>1994-03-22 00:27:12 +0000
commit230ac7f6ed68f7a589fb4c82f51d62174c582742 (patch)
treef8a63a70cac306d6bcbaa3ef5e31ae34a9f42d91 /lisp
parent8e86942beec9a23dcec3ee1b00500f72916f7ebc (diff)
(map-y-or-n-p): Don't add any text to the ACTION-ALIST descriptions to make
dialog box buttons.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/map-ynp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index f4e22ecbb2..a96f72f61b 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -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))