mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 04:21:28 -08:00
(nnspool-spool-directory): Use news-directory instead of news-path.
This commit is contained in:
parent
e02810509e
commit
a94adef059
1 changed files with 1 additions and 1 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue