* mm-decode.el (mm-interactively-view-part): Fix prompt.
authorLars Magne Ingebrigtsen <larsi@stories.(none)>
Sat, 21 Jan 2012 15:56:05 +0000 (16:56 +0100)
committerLars Magne Ingebrigtsen <larsi@stories.(none)>
Sat, 21 Jan 2012 15:56:05 +0000 (16:56 +0100)
lisp/ChangeLog
lisp/mm-decode.el

index c0bc77a..a9bb50e 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-19  Julien Danjou  <julien@danjou.info>
 
        * color.el (color-name-to-rgb): Use the white color to find the max
index 10e0fa2..dd3eb6c 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)