aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2012-01-22 00:54:58 +0000
committerKatsumi Yamaoka2012-01-22 00:54:58 +0000
commit0dc422898a3db349fd4f54ea1dae9458b004ec34 (patch)
tree1cb38c0f370a6af01d54fbb8efde1ee6c6bcf42b
parentfead402dddeefba612ab1222b392d5bd0c636400 (diff)
downloademacs-0dc422898a3db349fd4f54ea1dae9458b004ec34.tar.gz
emacs-0dc422898a3db349fd4f54ea1dae9458b004ec34.zip
mm-decode.el (mm-interactively-view-part): Fix prompt.
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/mm-decode.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index c7358779818..8e790962c34 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * mm-decode.el (mm-interactively-view-part): Fix prompt.
4
12012-01-10 Teodor Zlatanov <tzz@lifelogs.com> 52012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
2 6
3 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the 7 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index 10e0fa2861c..dd3eb6c9d96 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -1353,7 +1353,7 @@ Use CMD as the process."
1353 (mailcap-mime-info type 'all))) 1353 (mailcap-mime-info type 'all)))
1354 (method (let ((minibuffer-local-completion-map 1354 (method (let ((minibuffer-local-completion-map
1355 mm-viewer-completion-map)) 1355 mm-viewer-completion-map))
1356 (completing-read "Viewer" methods)))) 1356 (completing-read "Viewer: " methods))))
1357 (when (string= method "") 1357 (when (string= method "")
1358 (error "No method given")) 1358 (error "No method given"))
1359 (if (string-match "^[^% \t]+$" method) 1359 (if (string-match "^[^% \t]+$" method)