mm-decode.el (mm-interactively-view-part): Fix prompt.

This commit is contained in:
Lars Magne Ingebrigtsen 2012-01-22 00:54:58 +00:00 committed by Katsumi Yamaoka
parent fead402ddd
commit 0dc422898a
2 changed files with 5 additions and 1 deletions

View 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

View 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)