diff options
| -rw-r--r-- | lisp/mh-e/mh-letter.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el index dfa96c63b5a..a5a7af24e91 100644 --- a/lisp/mh-e/mh-letter.el +++ b/lisp/mh-e/mh-letter.el | |||
| @@ -894,7 +894,7 @@ Any match found replaces the text from BEGIN to END." | |||
| 894 | (if (equal word completion) | 894 | (if (equal word completion) |
| 895 | (with-output-to-temp-buffer completions-buffer | 895 | (with-output-to-temp-buffer completions-buffer |
| 896 | (mh-display-completion-list (all-completions word choices) | 896 | (mh-display-completion-list (all-completions word choices) |
| 897 | choices)) | 897 | word)) |
| 898 | (ignore-errors | 898 | (ignore-errors |
| 899 | (kill-buffer completions-buffer)) | 899 | (kill-buffer completions-buffer)) |
| 900 | (delete-region begin end) | 900 | (delete-region begin end) |