]> git.eshelyaron.com Git - emacs.git/commitdiff
(report-emacs-bug-hook): Don't bind enable-multibyte-characters.
authorRichard M. Stallman <rms@gnu.org>
Sat, 4 Apr 1998 00:07:57 +0000 (00:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 4 Apr 1998 00:07:57 +0000 (00:07 +0000)
lisp/mail/emacsbug.el

index d3168c687954227d10793920a780822ba012b0ef..14c80057440e65d513516ff4e54f9ade98211da4 100644 (file)
@@ -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))