aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-02-09 04:08:17 +0000
committerKarl Heuer <[email protected]>1994-02-09 04:08:17 +0000
commite507447418b362f680802ed5a149d17dc513eba3 (patch)
tree95b6645a6a8a11864f1f7c0787ccc0513c163f6d /lisp
parent4d6ebff8044176762f8b65da6912a31530e4cbeb (diff)
Add (require 'rmail) so the macro will be byte-compiled properly.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rmailout.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el
index 3ad51f0b28..e3acb8b2e8 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.")