mm-decode.el (mm-interactively-view-part): Fix prompt.
This commit is contained in:
parent
fead402ddd
commit
0dc422898a
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue