diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-02-09 04:08:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-02-09 04:08:17 +0000 |
commit | e507447418b362f680802ed5a149d17dc513eba3 (patch) | |
tree | 95b6645a6a8a11864f1f7c0787ccc0513c163f6d /lisp/mail/rmailout.el | |
parent | 4d6ebff8044176762f8b65da6912a31530e4cbeb (diff) | |
download | emacs-e507447418b362f680802ed5a149d17dc513eba3.tar.gz |
Add (require 'rmail) so the macro will be byte-compiled properly.
Diffstat (limited to 'lisp/mail/rmailout.el')
-rw-r--r-- | lisp/mail/rmailout.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 3ad51f0b289..e3acb8b2e88 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -23,6 +23,8 @@ ;;; Code: +(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.") |