(report-emacs-bug-hook): Don't absolutely
reject non-ASCII characters.
This commit is contained in:
parent
b8f477cbd2
commit
22ad9937f5
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue