]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-file-name): Make it an option.
authorGerd Moellmann <gerd@gnu.org>
Thu, 28 Oct 1999 20:01:45 +0000 (20:01 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 28 Oct 1999 20:01:45 +0000 (20:01 +0000)
lisp/paths.el

index bc8e66337ab28253619c6b6f5e03086f655582db..e367ebeeee547c413a556e7b07dada8f4d98dbde 100644 (file)
@@ -102,8 +102,11 @@ The `ORGANIZATION' environment variable is used instead if defined.")
 The file listing groups to which user is subscribed.
 Will use `gnus-startup-file'-SERVER instead if exists.")
 
-(defvar rmail-file-name "~/RMAIL" "\
-Name of user's primary mail file.")
+(defcustom rmail-file-name "~/RMAIL"
+  "*Name of user's primary mail file."
+  :type 'string
+  :group 'rmail
+  :version "21.1")
 
 (defconst rmail-spool-directory
   (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration)