mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(report-emacs-bug-hook): Don't bind enable-multibyte-characters.
This commit is contained in:
parent
a26f4ccdd5
commit
3e0a61b575
@ -189,8 +189,7 @@ Type SPC to scroll through this section and its subsections.")))
|
||||
(y-or-n-p "Convert non-ASCII letters to hexadecimal? "))
|
||||
(save-excursion
|
||||
(goto-char (point-min))
|
||||
(let ((enable-multibyte-characters nil)
|
||||
(pattern (format "[^%c-%c]" 0 127))
|
||||
(let ((pattern (format "[^%c-%c]" 0 127))
|
||||
ch)
|
||||
(while (re-search-forward pattern nil t)
|
||||
(setq ch (preceding-char))
|
||||
|
Loading…
Reference in New Issue
Block a user