mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(report-emacs-bug): Use set-buffer-multibyte.
This commit is contained in:
parent
e934739e62
commit
249ac14bec
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue