1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(report-emacs-bug): Use set-buffer-multibyte.

This commit is contained in:
Richard M. Stallman 1998-04-03 21:06:38 +00:00
parent e934739e62
commit 249ac14bec

View 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")