changeset 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 021e58905963
children ba1ff614b8f2
files lisp/mail/rmailout.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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.")