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:
parent
e934739e62
commit
249ac14bec
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user