]> git.eshelyaron.com Git - emacs.git/commitdiff
(report-emacs-bug-hook): Don't absolutely
authorKarl Heuer <kwzh@gnu.org>
Mon, 13 Apr 1998 18:57:28 +0000 (18:57 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 13 Apr 1998 18:57:28 +0000 (18:57 +0000)
reject non-ASCII characters.

lisp/mail/emacsbug.el

index d6e15f5b25ee42954dcff92f606079e5f90e46dc..79be2cebcedd2b7f7021380cdb723b769cd6b88e 100644 (file)
@@ -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