aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengHuo ZHU2003-01-09 13:50:17 +0000
committerShengHuo ZHU2003-01-09 13:50:17 +0000
commit8e5c466d30dfb2d945da24a91a4c09216a1f5aed (patch)
treecdc048a0d210a9e13e5d73d3de9c39daa6659431
parentc3d9274aea16845838647cf2a225e8f60709b3ff (diff)
downloademacs-8e5c466d30dfb2d945da24a91a4c09216a1f5aed.tar.gz
emacs-8e5c466d30dfb2d945da24a91a4c09216a1f5aed.zip
* paths.el: Remove gnus-startup-file.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/paths.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 978e41a72da..b460ed5fc50 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
2
3 * paths.el: Remove gnus-startup-file.
4
12003-01-08 Bill Wohler <wohler@newt.com> 52003-01-08 Bill Wohler <wohler@newt.com>
2 6
3 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el, 7 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
diff --git a/lisp/paths.el b/lisp/paths.el
index 438aa9f3578..b4e18c5e01f 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -130,10 +130,6 @@ should be set to `(system-name)'.")
130*The name of your organization, as a string. 130*The name of your organization, as a string.
131The `ORGANIZATION' environment variable is used instead if defined.") 131The `ORGANIZATION' environment variable is used instead if defined.")
132 132
133(defvar gnus-startup-file "~/.newsrc" "\
134The file listing groups to which user is subscribed.
135Will use `gnus-startup-file'-SERVER instead if exists.")
136
137(defcustom rmail-file-name "~/RMAIL" 133(defcustom rmail-file-name "~/RMAIL"
138 "*Name of user's primary mail file." 134 "*Name of user's primary mail file."
139 :type 'string 135 :type 'string