From e507447418b362f680802ed5a149d17dc513eba3 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 9 Feb 1994 04:08:17 +0000 Subject: [PATCH] Add (require 'rmail) so the macro will be byte-compiled properly. --- lisp/mail/rmailout.el | 2 ++ 1 file changed, 2 insertions(+) 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.") -- 2.39.5