changeset 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 b9275822b6f5
children f998f239f77b
files lisp/mail/emacsbug.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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))