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:
parent
ce2a8a6a93
commit
31f35b6f94
@ -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)))))
|
||||
|
Loading…
Reference in New Issue
Block a user