]> git.eshelyaron.com Git - emacs.git/commitdiff
(nnspool-spool-directory): Use news-directory instead of news-path.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 07:09:13 +0000 (07:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 07:09:13 +0000 (07:09 +0000)
lisp/gnus/nnspool.el

index eaf5159be8f43d172625f6f71ae93fef1de14713..9a08cdfe71cb63d31a1fec69a0c87be6fb46d1f4 100644 (file)
@@ -44,7 +44,7 @@ This is most commonly `inews' or `injnews'.")
   "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/")