1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(gnus-start-news-server): Use expand-file-name, not

concat.
This commit is contained in:
Dave Love 2000-11-10 18:01:58 +00:00
parent ce2a8a6a93
commit 31f35b6f94

View File

@ -70,8 +70,7 @@ If CONFIRM is non-nil, the user will be asked for an NNTP server."
(list 'nnmh-directory
(file-name-as-directory
(expand-file-name
(concat "~/" (substring
gnus-nntp-server 1)))))
(substring gnus-nntp-server 1) "~/")))
(list 'nnmh-get-new-mail nil)))
(t
(list 'nntp gnus-nntp-server)))))