From: Richard M. Stallman Date: Fri, 22 Sep 1995 02:48:04 +0000 (+0000) Subject: (mail-do-fcc): Clear read-only flag in ` mail-temp' buffer. X-Git-Tag: emacs-19.34~2798 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d119ea095e8b405d799927f8465d424642183126;p=emacs.git (mail-do-fcc): Clear read-only flag in ` mail-temp' buffer. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 25a5501c888..c969c119ff4 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -701,6 +701,7 @@ the user from the mailer." ;; convert the message to Babyl format. (save-excursion (set-buffer (get-buffer-create " mail-temp")) + (setq buffer-read-only nil) (erase-buffer) (insert "\C-l\n0, unseen,,\n*** EOOH ***\n" "From: " (user-login-name) "\n"