summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-28 08:25:55 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-28 08:25:55 +0000
commitffc1c13a6bcab65984906c0a4a365e8fbe0cd484 (patch)
treea60929379e9994afb3c6ed3ec1f8db71050c7131
parentac6aa6a3dc406e9efedfcfc4970e6e2f21adcd58 (diff)
downloademacs-ffc1c13a6bcab65984906c0a4a365e8fbe0cd484.tar.gz
(rmail-send-actions-rmail-buffer): Mark as permanent-local.
(rmail-send-actions-rmail-msg-number): Likewise.
-rw-r--r--lisp/mail/rmail.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index e08fb569d97..e26563e6ab9 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -2145,6 +2145,9 @@ original message into it."
(interactive)
(rmail-start-mail t))
+(put 'rmail-send-actions-rmail-buffer 'permanent-local t)
+(put 'rmail-send-actions-rmail-msg-number 'permanent-local t)
+
(defun rmail-reply (just-sender)
"Reply to the current message.
Normally include CC: to all other recipients of original message;