]> git.eshelyaron.com Git - emacs.git/commitdiff
(map-y-or-n-p): Don't add any text to the ACTION-ALIST descriptions to make
authorRoland McGrath <roland@gnu.org>
Tue, 22 Mar 1994 00:27:12 +0000 (00:27 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 22 Mar 1994 00:27:12 +0000 (00:27 +0000)
dialog box buttons.

lisp/map-ynp.el

index f4e22ecbb244ed17f08cfa469ea47bc4ad063631..a96f72f61be731dd2bd4b28a5dc49abee5218247 100644 (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))