mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
(gnus-start-news-server): Use expand-file-name, not
concat.
This commit is contained in:
parent
ce2a8a6a93
commit
31f35b6f94
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue