From 9259d36e9d9d4545adb7144a0a6e59df6882587b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Sep 1996 21:55:01 +0000 Subject: [PATCH] (rmail-output-file-alist): Add autoload cookie. (rmail-delete-after-output): Duplicate defvar deleted. --- lisp/mail/rmailout.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 41354bfc751..cc0079912f7 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -26,10 +26,7 @@ (require 'rmail) -;; Temporary until Emacs always has this variable. -(defvar rmail-delete-after-output nil - "*Non-nil means automatically delete a message that is copied to a file.") - +;;;###autoload (defvar rmail-output-file-alist nil "*Alist matching regexps to suggested output Rmail files. This is a list of elements of the form (REGEXP . NAME-EXP). -- 2.39.2