summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-14 21:55:01 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-14 21:55:01 +0000
commit9c0bec04e103ab43b32e038b369d76fa69db815c (patch)
tree3bebcf1c03f2903ab4e21f8cb14ad09a1a8cc449
parentf40adf65e502add3fba2b818bd9d4859c71d8043 (diff)
downloademacs-9c0bec04e103ab43b32e038b369d76fa69db815c.tar.gz
(rmail-output-file-alist): Add autoload cookie.
(rmail-delete-after-output): Duplicate defvar deleted.
-rw-r--r--lisp/mail/rmailout.el5
1 files changed, 1 insertions, 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).