diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-05-10 15:47:29 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-05-10 15:47:29 +0000 |
commit | cbeed4a8abc9c9d5ad01d2463cfb991f8061823e (patch) | |
tree | 40c0cc99ff044488bab33aeb305a66d45d7b8f26 /lisp/mail/emacsbug.el | |
parent | ff9aa2cadcc120ab04391d4e1551f0bc78b38966 (diff) | |
download | emacs-cbeed4a8abc9c9d5ad01d2463cfb991f8061823e.tar.gz |
(report-emacs-bug): Don't switch the buffer to
unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 2d09083cc61..0b4cfeaaaa9 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -89,8 +89,6 @@ Prompts for bug subject. Leaves you in a mail buffer." (forward-line 1) (let ((signature (buffer-substring (point) (point-max)))) - ;; Discourage users to write non-English text. - (set-buffer-multibyte nil) (delete-region (point) (point-max)) (insert signature) (backward-char (length signature))) |