Add (require 'rmail) so the macro will be byte-compiled properly.
authorKarl Heuer <kwzh@gnu.org>
Wed, 9 Feb 1994 04:08:17 +0000 (04:08 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 9 Feb 1994 04:08:17 +0000 (04:08 +0000)
lisp/mail/rmailout.el

index 3ad51f0..e3acb8b 100644 (file)
@@ -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.")