From: Karl Heuer Date: Thu, 14 Apr 1994 18:40:45 +0000 (+0000) Subject: (rmail-default-file, rmail-default-rmail-file): Cancel new defvars. X-Git-Tag: emacs-19.34~8969 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06aa1ec4bf66181248fc44a3e5953d41c7cc0a97;p=emacs.git (rmail-default-file, rmail-default-rmail-file): Cancel new defvars. The (require 'rmail) already picks them up. --- diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 91a93a4e442..fa96fb9316b 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -37,12 +37,6 @@ NAME-EXP may be a string constant giving the file name to use, 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")