]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-output-file-alist): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Sep 1996 21:55:01 +0000 (21:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Sep 1996 21:55:01 +0000 (21:55 +0000)
(rmail-delete-after-output): Duplicate defvar deleted.

lisp/mail/rmailout.el

index 41354bfc7510172ed706ba5eb83fc50bfeecd906..cc0079912f77c436bd2d0a926201abb4f25cd525 100644 (file)
 
 (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).