From d119ea095e8b405d799927f8465d424642183126 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 22 Sep 1995 02:48:04 +0000 Subject: [PATCH] (mail-do-fcc): Clear read-only flag in ` mail-temp' buffer. --- lisp/mail/sendmail.el | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2