# HG changeset patch # User Karl Heuer # Date 766348845 0 # Node ID 58db14526c1d7fe75e0db16a12b7f1908561fe50 # Parent 77ceede3842394122e35547d0200933ef7960867 (rmail-default-file, rmail-default-rmail-file): Cancel new defvars. The (require 'rmail) already picks them up. diff -r 77ceede38423 -r 58db14526c1d lisp/mail/rmailout.el --- 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")