diff options
| -rw-r--r-- | lisp/mail/emacsbug.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index d6e15f5b25e..79be2cebced 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el | |||
| @@ -192,8 +192,7 @@ Type SPC to scroll through this section and its subsections."))) | |||
| 192 | (not (eobp))) | 192 | (not (eobp))) |
| 193 | (let ((ch (following-char))) | 193 | (let ((ch (following-char))) |
| 194 | (delete-char 1) | 194 | (delete-char 1) |
| 195 | (insert (format "=%02x" ch)))) | 195 | (insert (format "=%02x" ch))))))) |
| 196 | (error "Please convert non-ASCII characters to something else")))) | ||
| 197 | 196 | ||
| 198 | ;; The last warning for novice users. | 197 | ;; The last warning for novice users. |
| 199 | (if (or report-emacs-bug-no-confirmation | 198 | (if (or report-emacs-bug-no-confirmation |