changeset 6858:52aab53f8b83

(rmail-default-file, rmail-default-rmail-file): New defvars.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Apr 1994 21:14:54 +0000
parents 613ec7b5640e
children f34b91fa388c
files lisp/mail/rmailout.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailout.el	Wed Apr 13 20:44:38 1994 +0000
+++ b/lisp/mail/rmailout.el	Wed Apr 13 21:14:54 1994 +0000
@@ -37,6 +37,12 @@
 or more generally it may be any kind of expression that returns
 a file name as a string.")
 
+;; These duplicate defvars in rmail.el, for the sake of gnus.
+(defvar rmail-default-file nil
+  "*Default file name for \\[rmail-output].")
+(defvar rmail-default-rmail-file (expand-file-name "~/XMAIL")
+  "*Default file name for \\[rmail-output-to-rmail-file].")
+
 (defun rmail-output-menu (event)
   "Output current message to another Rmail file, chosen with a menu."
   (interactive "e")