Mercurial > emacs
changeset 15547:c3e0ef571f08
(rmail-send-actions-rmail-buffer): Mark as permanent-local.
(rmail-send-actions-rmail-msg-number): Likewise.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 28 Jun 1996 08:25:55 +0000 |
parents | e4a1ba2cfdba |
children | ec7e7b99c680 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;