]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-do-fcc): Clear read-only flag in ` mail-temp' buffer.
authorRichard M. Stallman <rms@gnu.org>
Fri, 22 Sep 1995 02:48:04 +0000 (02:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 22 Sep 1995 02:48:04 +0000 (02:48 +0000)
lisp/mail/sendmail.el

index 25a5501c888422981e7cf8f9ded1cad7114e0f23..c969c119ff424b6b8e39928d9e5710b81ab37c86 100644 (file)
@@ -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"