diff options
author | ShengHuo ZHU <zsh@cs.rochester.edu> | 2003-01-16 01:19:03 +0000 |
---|---|---|
committer | ShengHuo ZHU <zsh@cs.rochester.edu> | 2003-01-16 01:19:03 +0000 |
commit | 35ef97a54d856c4a7a9b389a4ffd9b9ceced8ba5 (patch) | |
tree | 886c0ef7bf61c64de837dcc41ffa4bb14b55c201 /lisp/gnus/nnmail.el | |
parent | 02b5590cee4606a08da26fae5bc9869d9658ed75 (diff) | |
download | emacs-35ef97a54d856c4a7a9b389a4ffd9b9ceced8ba5.tar.gz |
* gnus-agent.el: Don't use `path'.
* nnsoup.el (nnsoup-file-name): Ditto.
* nnmail.el (nnmail-pathname-coding-system): Ditto.
(nnmail-group-pathname): Ditto.
* nnimap.el (nnimap-group-overview-filename): Ditto.
* nnheader.el (nnheader-pathname-coding-system): Ditto.
(nnheader-group-pathname): Ditto.
* nnfolder.el (nnfolder-group-pathname): Ditto.
* gnus.el (gnus-home-directory): Ditto.
* gnus-group.el (gnus-group-icon-list): Ditto.
Diffstat (limited to 'lisp/gnus/nnmail.el')
-rw-r--r-- | lisp/gnus/nnmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index 46c8342ed0b..60980e39bb9 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el @@ -467,7 +467,7 @@ parameter. It should return nil, `warn' or `delete'." "Coding system used in reading inbox") (defvar nnmail-pathname-coding-system nil - "*Coding system for pathname.") + "*Coding system for file name.") (defun nnmail-find-file (file) "Insert FILE in server buffer safely." @@ -484,7 +484,7 @@ parameter. It should return nil, `warn' or `delete'." (file-error nil)))) (defun nnmail-group-pathname (group dir &optional file) - "Make pathname for GROUP." + "Make file name for GROUP." (concat (let ((dir (file-name-as-directory (expand-file-name dir)))) (setq group (nnheader-replace-duplicate-chars-in-string |