projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4126aa
)
(gnus-cache-file-name): Do not replace file name character in base path.
author
keiichi
<keiichi>
Thu, 23 Dec 1999 10:09:21 +0000
(10:09 +0000)
committer
keiichi
<keiichi>
Thu, 23 Dec 1999 10:09:21 +0000
(10:09 +0000)
lisp/gnus-cache.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-cache.el
b/lisp/gnus-cache.el
index
0cc99b5
..
0795259
100644
(file)
--- a/
lisp/gnus-cache.el
+++ b/
lisp/gnus-cache.el
@@
-419,8
+419,7
@@
Returns the list of articles removed."
;; Translate the first colon into a slash.
(when (string-match ":" group)
(aset group (match-beginning 0) ?/))
- (nnheader-replace-chars-in-string group ?. ?/)))
- t))
+ (nnheader-replace-chars-in-string group ?. ?/)))))
(if (stringp article) article (int-to-string article))))
(defun gnus-cache-update-article (group article)