aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-14 21:55:01 +0000
committerRichard M. Stallman1996-09-14 21:55:01 +0000
commit9259d36e9d9d4545adb7144a0a6e59df6882587b (patch)
treef7f699f79698310c2e6f0b0ae7dc5e4e0371b4c0
parenta220751d75d83b83729e907c6b349d69c6b256cf (diff)
downloademacs-9259d36e9d9d4545adb7144a0a6e59df6882587b.tar.gz
emacs-9259d36e9d9d4545adb7144a0a6e59df6882587b.zip
(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 @@
26 26
27(require 'rmail) 27(require 'rmail)
28 28
29;; Temporary until Emacs always has this variable. 29;;;###autoload
30(defvar rmail-delete-after-output nil
31 "*Non-nil means automatically delete a message that is copied to a file.")
32
33(defvar rmail-output-file-alist nil 30(defvar rmail-output-file-alist nil
34 "*Alist matching regexps to suggested output Rmail files. 31 "*Alist matching regexps to suggested output Rmail files.
35This is a list of elements of the form (REGEXP . NAME-EXP). 32This is a list of elements of the form (REGEXP . NAME-EXP).