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:
parent
b8f477cbd2
commit
22ad9937f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user