Mercurial > emacs
changeset 57551:929461cf6a6a
(nnspool-spool-directory): Use news-directory instead of news-path.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Oct 2004 07:09:13 +0000 |
parents | a19498f00f9a |
children | 27c5fd98f808 |
files | lisp/gnus/nnspool.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/nnspool.el Sun Oct 17 07:07:14 2004 +0000 +++ b/lisp/gnus/nnspool.el Sun Oct 17 07:09:13 2004 +0000 @@ -44,7 +44,7 @@ "Switches for nnspool-request-post to pass to `inews' for posting news. If you are using Cnews, you probably should set this variable to nil.") -(defvoo nnspool-spool-directory (file-name-as-directory news-path) +(defvoo nnspool-spool-directory (file-name-as-directory news-directory) "Local news spool directory.") (defvoo nnspool-nov-directory (concat nnspool-spool-directory "over.view/")