From: Richard M. Stallman Date: Fri, 3 Apr 1998 21:06:38 +0000 (+0000) Subject: (report-emacs-bug): Use set-buffer-multibyte. X-Git-Tag: emacs-20.3~1725 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=249ac14bec7bdcb12abadde0ee6c553595add615;p=emacs.git (report-emacs-bug): Use set-buffer-multibyte. --- diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index de4e1f4c24e..d3168c68795 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -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")