summaryrefslogtreecommitdiff
path: root/lisp/mail/emacsbug.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-04-04 00:07:57 +0000
committerRichard M. Stallman <rms@gnu.org>1998-04-04 00:07:57 +0000
commit3e0a61b5754fb2b216c25947b0968a25475493aa (patch)
treeecb753bc1d03db411203b3a63af58d3ae03a6b49 /lisp/mail/emacsbug.el
parenta26f4ccdd5b03a1f96ebe9b6f1cedcaf325ebad5 (diff)
downloademacs-3e0a61b5754fb2b216c25947b0968a25475493aa.tar.gz
(report-emacs-bug-hook): Don't bind enable-multibyte-characters.
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r--lisp/mail/emacsbug.el3
1 files changed, 1 insertions, 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))