From: teranisi Date: Mon, 18 Dec 2000 02:11:17 +0000 (+0000) Subject: * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change. X-Git-Tag: wl-2_4_1pre~42 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bac8b9a70336ebfc6d69fc8641569b714fb51d35;p=elisp%2Fwanderlust.git * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 1e5827b..404136b 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2000-12-18 Yuuichi Teranishi + + * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change. + 2000-12-01 Yuuichi Teranishi * elmo-nntp.el (elmo-nntp-get-folders-info): diff --git a/elmo/elmo-nntp.el b/elmo/elmo-nntp.el index 1cc964c..7ad5770 100644 --- 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 ()