From 249ac14bec7bdcb12abadde0ee6c553595add615 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 3 Apr 1998 21:06:38 +0000 Subject: [PATCH] (report-emacs-bug): Use set-buffer-multibyte. --- lisp/mail/emacsbug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2