]> git.eshelyaron.com Git - emacs.git/commitdiff
mm-decode.el (mm-interactively-view-part): Fix prompt.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 22 Jan 2012 00:54:58 +0000 (00:54 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 22 Jan 2012 00:54:58 +0000 (00:54 +0000)
lisp/gnus/ChangeLog
lisp/gnus/mm-decode.el

index c7358779818c38a165c50e2c9253410978f5503b..8e790962c348f88d64570308ceb55bf3fa930126 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mm-decode.el (mm-interactively-view-part): Fix prompt.
+
 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
index 10e0fa2861ca2b6512c365e164db7c03d07aa8f2..dd3eb6c9d96e52364a92cfa1f96b63359a98ab6f 100644 (file)
@@ -1353,7 +1353,7 @@ Use CMD as the process."
                  (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)