Mercurial > emacs
diff lisp/mail/emacsbug.el @ 21353:2cdadff1ea25
(report-emacs-bug-hook): Don't bind enable-multibyte-characters.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 04 Apr 1998 00:07:57 +0000 |
parents | ede1a6e9e122 |
children | 238c1cd70a27 |
line wrap: on
line diff
--- a/lisp/mail/emacsbug.el Sat Apr 04 00:00:06 1998 +0000 +++ b/lisp/mail/emacsbug.el Sat Apr 04 00:07:57 1998 +0000 @@ -189,8 +189,7 @@ (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))