From: Karl Heuer Date: Mon, 13 Apr 1998 18:57:28 +0000 (+0000) Subject: (report-emacs-bug-hook): Don't absolutely X-Git-Tag: emacs-20.3~1576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22ad9937f56f2a4e6cef7ec64c815e9481e69201;p=emacs.git (report-emacs-bug-hook): Don't absolutely reject non-ASCII characters. --- 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