diff lisp/mail/rmailout.el @ 5859:84ad3a2c5373

Add (require 'rmail) so the macro will be byte-compiled properly.
author Karl Heuer <kwzh@gnu.org>
date Wed, 09 Feb 1994 04:08:17 +0000
parents 3db75b13c7f5
children 0ccccd01dc8f
line wrap: on
line diff
--- a/lisp/mail/rmailout.el	Wed Feb 09 03:25:25 1994 +0000
+++ b/lisp/mail/rmailout.el	Wed Feb 09 04:08:17 1994 +0000
@@ -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.")