# HG changeset patch # User Richard M. Stallman # Date 1097996953 0 # Node ID 929461cf6a6a5d45ae9eec0f0a22c14cc254a037 # Parent a19498f00f9a948bb60463b683d4ab5fed9511e0 (nnspool-spool-directory): Use news-directory instead of news-path. diff -r a19498f00f9a -r 929461cf6a6a lisp/gnus/nnspool.el --- 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/")