diff options
Diffstat (limited to 'lisp/gnus/mm-decode.el')
| -rw-r--r-- | lisp/gnus/mm-decode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |