# HG changeset patch # User Richard M. Stallman # Date 835950355 0 # Node ID c3e0ef571f0899e930e11378e329ea5099da6ff1 # Parent e4a1ba2cfdba2d8eafeee3566f7d31ed3b586d76 (rmail-send-actions-rmail-buffer): Mark as permanent-local. (rmail-send-actions-rmail-msg-number): Likewise. diff -r e4a1ba2cfdba -r c3e0ef571f08 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Fri Jun 28 08:25:40 1996 +0000 +++ b/lisp/mail/rmail.el Fri Jun 28 08:25:55 1996 +0000 @@ -2145,6 +2145,9 @@ (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;