diff lisp/mail/sendmail.el @ 13062:d483d9923c33

(mail-do-fcc): Clear read-only flag in ` mail-temp' buffer.
author Richard M. Stallman <rms@gnu.org>
date Fri, 22 Sep 1995 02:48:04 +0000
parents f1aa67661689
children b9cc587a5d8b
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Fri Sep 22 02:46:46 1995 +0000
+++ b/lisp/mail/sendmail.el	Fri Sep 22 02:48:04 1995 +0000
@@ -701,6 +701,7 @@
 		;; 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"