changeset 37671:deefb2de7c81

(report-emacs-bug): Don't switch the buffer to unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 10 May 2001 15:47:02 +0000
parents 0953aba2aebd
children 8ae546ea8479
files lisp/mail/emacsbug.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/emacsbug.el	Thu May 10 12:41:08 2001 +0000
+++ b/lisp/mail/emacsbug.el	Thu May 10 15:47:02 2001 +0000
@@ -89,8 +89,6 @@
     (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)))