projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6a7698
)
* elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
author
teranisi
<teranisi>
Mon, 18 Dec 2000 02:11:17 +0000
(
02:11
+0000)
committer
teranisi
<teranisi>
Mon, 18 Dec 2000 02:11:17 +0000
(
02:11
+0000)
elmo/ChangeLog
patch
|
blob
|
history
elmo/elmo-nntp.el
patch
|
blob
|
history
diff --git
a/elmo/ChangeLog
b/elmo/ChangeLog
index
1e5827b
..
404136b
100644
(file)
--- a/
elmo/ChangeLog
+++ b/
elmo/ChangeLog
@@
-1,3
+1,7
@@
+2000-12-18 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
+
2000-12-01 Yuuichi Teranishi <teranisi@gohome.org>
* elmo-nntp.el (elmo-nntp-get-folders-info):
diff --git
a/elmo/elmo-nntp.el
b/elmo/elmo-nntp.el
index
1cc964c
..
7ad5770
100644
(file)
--- a/
elmo/elmo-nntp.el
+++ b/
elmo/elmo-nntp.el
@@
-1144,7
+1144,7
@@
Returns a list of cons cells like (NUMBER . VALUE)"
(concat "\\1"
(elmo-replace-in-string
postfix
- "\\\\" "\\\\\\\\"))))))
+ "\\\\" "\\\\\\\\\\\\\\\\"))))))
(let (len min max group)
(while (not (eobp))
(condition-case ()