# HG changeset patch # User Richard M. Stallman # Date 842738101 0 # Node ID 5bc27ae3cd14279b47c20dd6120cf24d8f6f35a0 # Parent 8a28d7f7cddbb0b3cb066d933e9b22536b7fe5f0 (rmail-output-file-alist): Add autoload cookie. (rmail-delete-after-output): Duplicate defvar deleted. diff -r 8a28d7f7cddb -r 5bc27ae3cd14 lisp/mail/rmailout.el --- 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).