Mercurial > emacs
changeset 21349:ede1a6e9e122
(report-emacs-bug): Use set-buffer-multibyte.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 03 Apr 1998 21:06:38 +0000 |
parents | 64590f10c605 |
children | b2da0edeae62 |
files | lisp/mail/emacsbug.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/emacsbug.el Fri Apr 03 07:33:13 1998 +0000 +++ b/lisp/mail/emacsbug.el Fri Apr 03 21:06:38 1998 +0000 @@ -155,7 +155,7 @@ (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")