From: Karl Heuer Date: Wed, 9 Feb 1994 04:08:17 +0000 (+0000) Subject: Add (require 'rmail) so the macro will be byte-compiled properly. X-Git-Tag: emacs-19.34~9992 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e507447418b362f680802ed5a149d17dc513eba3;p=emacs.git Add (require 'rmail) so the macro will be byte-compiled properly. --- 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.")