changeset 16188:5bc27ae3cd14

(rmail-output-file-alist): Add autoload cookie. (rmail-delete-after-output): Duplicate defvar deleted.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Sep 1996 21:55:01 +0000
parents 8a28d7f7cddb
children b41f7cd8f5b3
files lisp/mail/rmailout.el
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailout.el	Sat Sep 14 21:07:32 1996 +0000
+++ b/lisp/mail/rmailout.el	Sat Sep 14 21:55:01 1996 +0000
@@ -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).