diff options
| -rw-r--r-- | lisp/mail/rmailout.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 23 | 23 | ||
| 24 | ;;; Code: | 24 | ;;; Code: |
| 25 | 25 | ||
| 26 | (require 'rmail) | ||
| 27 | |||
| 26 | ;; Temporary until Emacs always has this variable. | 28 | ;; Temporary until Emacs always has this variable. |
| 27 | (defvar rmail-delete-after-output nil | 29 | (defvar rmail-delete-after-output nil |
| 28 | "*Non-nil means automatically delete a message that is copied to a file.") | 30 | "*Non-nil means automatically delete a message that is copied to a file.") |