]> git.eshelyaron.com Git - emacs.git/commitdiff
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 3ad51f0b289fe8e2deef4a984a251b60443be954..e3acb8b2e8811593c02a71c2d2dd804f1cae7d79 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.")