(defvar mail-reply-buffer nil)
(defvar mail-send-actions nil
"A list of actions to be performed upon successful sending of a message.")
+(put 'mail-reply-buffer 'permanent-local t)
+(put 'mail-send-actions 'permanent-local t)
(defvar mail-default-headers nil
"*A string containing header lines, to be inserted in outgoing messages.
(interactive)
(kill-all-local-variables)
(make-local-variable 'mail-reply-buffer)
- (setq mail-reply-buffer nil)
(make-local-variable 'mail-send-actions)
(set-syntax-table mail-mode-syntax-table)
(use-local-map mail-mode-map)