]> git.eshelyaron.com Git - emacs.git/commitdiff
(report-emacs-bug): Use set-buffer-multibyte.
authorRichard M. Stallman <rms@gnu.org>
Fri, 3 Apr 1998 21:06:38 +0000 (21:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 3 Apr 1998 21:06:38 +0000 (21:06 +0000)
lisp/mail/emacsbug.el

index de4e1f4c24ed8c2b30dd463eb1cfbcf3489a68ee..d3168c687954227d10793920a780822ba012b0ef 100644 (file)
@@ -155,7 +155,7 @@ Type SPC to scroll through this section and its subsections.")))
     (make-local-variable 'mail-send-hook)
     (add-hook 'mail-send-hook 'report-emacs-bug-hook)
     ;; Discourage users to write non-English text.
-    (setq enable-multibyte-characters nil)
+    (set-buffer-multibyte nil)
     (save-excursion
       (goto-char (point-max))
       (skip-chars-backward " \t\n")