From 3e0a61b5754fb2b216c25947b0968a25475493aa Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 4 Apr 1998 00:07:57 +0000 Subject: [PATCH] (report-emacs-bug-hook): Don't bind enable-multibyte-characters. --- lisp/mail/emacsbug.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index d3168c68795..14c80057440 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -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)) -- 2.39.2