aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-02-09 04:08:17 +0000
committerKarl Heuer1994-02-09 04:08:17 +0000
commite507447418b362f680802ed5a149d17dc513eba3 (patch)
tree95b6645a6a8a11864f1f7c0787ccc0513c163f6d
parent4d6ebff8044176762f8b65da6912a31530e4cbeb (diff)
downloademacs-e507447418b362f680802ed5a149d17dc513eba3.tar.gz
emacs-e507447418b362f680802ed5a149d17dc513eba3.zip
Add (require 'rmail) so the macro will be byte-compiled properly.
-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 3ad51f0b289..e3acb8b2e88 100644
--- a/lisp/mail/rmailout.el
+++ b/lisp/mail/rmailout.el
@@ -23,6 +23,8 @@
23 23
24;;; Code: 24;;; Code:
25 25
26(require 'rmail)
27
26;; Temporary until Emacs always has this variable. 28;; Temporary until Emacs always has this variable.
27(defvar rmail-delete-after-output nil 29(defvar rmail-delete-after-output nil
28 "*Non-nil means automatically delete a message that is copied to a file.") 30 "*Non-nil means automatically delete a message that is copied to a file.")