diff options
Diffstat (limited to 'lisp/mail/emacsbug.el')
-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."))) (not (eobp))) (let ((ch (following-char))) (delete-char 1) - (insert (format "=%02x" ch)))) - (error "Please convert non-ASCII characters to something else")))) + (insert (format "=%02x" ch))))))) ;; The last warning for novice users. (if (or report-emacs-bug-no-confirmation |