summaryrefslogtreecommitdiff
path: root/lisp/mail/emacsbug.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-04-13 18:57:28 +0000
committerKarl Heuer <kwzh@gnu.org>1998-04-13 18:57:28 +0000
commit22ad9937f56f2a4e6cef7ec64c815e9481e69201 (patch)
tree9ecbe0af6633f4199cd6d99ca7e73be858e710b3 /lisp/mail/emacsbug.el
parentb8f477cbd2866d49ff9816ccabdda0b9bb950d67 (diff)
downloademacs-22ad9937f56f2a4e6cef7ec64c815e9481e69201.tar.gz
(report-emacs-bug-hook): Don't absolutely
reject non-ASCII characters.
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r--lisp/mail/emacsbug.el3
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