Mercurial > emacs
changeset 6460:2acd8bf3819a
(map-y-or-n-p): Don't add any text to the ACTION-ALIST descriptions to make
dialog box buttons.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Tue, 22 Mar 1994 00:27:12 +0000 |
parents | 30fabcc03f0c |
children | eed1282ed6b0 |
files | lisp/map-ynp.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/map-ynp.el Tue Mar 22 00:14:47 1994 +0000 +++ b/lisp/map-ynp.el Tue Mar 22 00:27:12 1994 +0000 @@ -104,8 +104,7 @@ ((, (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))