1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(report-emacs-bug-hook): Don't absolutely

reject non-ASCII characters.
This commit is contained in:
Karl Heuer 1998-04-13 18:57:28 +00:00
parent b8f477cbd2
commit 22ad9937f5

View 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