diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/mm-decode.el | 2 |
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 @@ | |||
| 1 | 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * mm-decode.el (mm-interactively-view-part): Fix prompt. | ||
| 4 | |||
| 1 | 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com> | 5 | 2012-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) |