emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106909: mm-decode.el (mm-interactive


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106909: mm-decode.el (mm-interactively-view-part): Fix prompt.
Date: Sun, 22 Jan 2012 00:54:58 +0000
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106909
author: Lars Magne Ingebrigtsen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Sun 2012-01-22 00:54:58 +0000
message:
  mm-decode.el (mm-interactively-view-part): Fix prompt.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/mm-decode.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2012-01-19 07:21:25 +0000
+++ b/lisp/gnus/ChangeLog       2012-01-22 00:54:58 +0000
@@ -1,3 +1,7 @@
+2012-01-21  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * mm-decode.el (mm-interactively-view-part): Fix prompt.
+
 2012-01-10  Teodor Zlatanov  <address@hidden>
 
        * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the

=== modified file 'lisp/gnus/mm-decode.el'
--- a/lisp/gnus/mm-decode.el    2012-01-19 07:21:25 +0000
+++ b/lisp/gnus/mm-decode.el    2012-01-22 00:54:58 +0000
@@ -1353,7 +1353,7 @@
                  (mailcap-mime-info type 'all)))
         (method (let ((minibuffer-local-completion-map
                        mm-viewer-completion-map))
-                  (completing-read "Viewer" methods))))
+                  (completing-read "Viewer: " methods))))
     (when (string= method "")
       (error "No method given"))
     (if (string-match "^[^% \t]+$" method)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]