aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-03 21:06:38 +0000
committerRichard M. Stallman1998-04-03 21:06:38 +0000
commit249ac14bec7bdcb12abadde0ee6c553595add615 (patch)
tree6293cecd69a2a216866b0f23658e6170529145a7
parente934739e6253aa592cf74f705efc70df9a66cf6d (diff)
downloademacs-249ac14bec7bdcb12abadde0ee6c553595add615.tar.gz
emacs-249ac14bec7bdcb12abadde0ee6c553595add615.zip
(report-emacs-bug): Use set-buffer-multibyte.
-rw-r--r--lisp/mail/emacsbug.el2
1 files changed, 1 insertions, 1 deletions
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.")))
155 (make-local-variable 'mail-send-hook) 155 (make-local-variable 'mail-send-hook)
156 (add-hook 'mail-send-hook 'report-emacs-bug-hook) 156 (add-hook 'mail-send-hook 'report-emacs-bug-hook)
157 ;; Discourage users to write non-English text. 157 ;; Discourage users to write non-English text.
158 (setq enable-multibyte-characters nil) 158 (set-buffer-multibyte nil)
159 (save-excursion 159 (save-excursion
160 (goto-char (point-max)) 160 (goto-char (point-max))
161 (skip-chars-backward " \t\n") 161 (skip-chars-backward " \t\n")