]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-send-actions-rmail-buffer): Mark as permanent-local.
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 Jun 1996 08:25:55 +0000 (08:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 Jun 1996 08:25:55 +0000 (08:25 +0000)
(rmail-send-actions-rmail-msg-number): Likewise.

lisp/mail/rmail.el

index e08fb569d9771cc7d9e458ae86d585a5eb5352da..e26563e6ab92639da4f9e084d6405b2d43694ba6 100644 (file)
@@ -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;