changeset 6884:58db14526c1d

(rmail-default-file, rmail-default-rmail-file): Cancel new defvars. The (require 'rmail) already picks them up.
author Karl Heuer <kwzh@gnu.org>
date Thu, 14 Apr 1994 18:40:45 +0000
parents 77ceede38423
children 3c007de39916
files lisp/mail/rmailout.el
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailout.el	Thu Apr 14 17:31:06 1994 +0000
+++ b/lisp/mail/rmailout.el	Thu Apr 14 18:40:45 1994 +0000
@@ -37,12 +37,6 @@
 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")