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:
31e9581
)
* elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
author
okada
<okada>
Thu, 4 Apr 2002 06:39:48 +0000
(06:39 +0000)
committer
okada
<okada>
Thu, 4 Apr 2002 06:39:48 +0000
(06:39 +0000)
debugging code.
elmo/ChangeLog
patch
|
blob
|
history
elmo/elmo-nntp.el
patch
|
blob
|
history
diff --git
a/elmo/ChangeLog
b/elmo/ChangeLog
index
fb72bcd
..
f46d1e3
100644
(file)
--- a/
elmo/ChangeLog
+++ b/
elmo/ChangeLog
@@
-1,3
+1,8
@@
+2002-04-04 Kenichi OKADA <okada@opaopa.org>
+
+ * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
+ debugging code.
+
2002-04-03 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* elmo.el (elmo-folder-creatable-p): Changed default value to nil
diff --git
a/elmo/elmo-nntp.el
b/elmo/elmo-nntp.el
index
f1b84fb
..
9e64227
100644
(file)
--- a/
elmo/elmo-nntp.el
+++ b/
elmo/elmo-nntp.el
@@
-432,7
+432,6
@@
Don't cache if nil.")
(erase-buffer)
(insert (nth 3 elmo-nntp-list-folders-cache))
(goto-char (point-min))
- (debug)
(or (string= group "")
(and group
(keep-lines (concat "^" (regexp-quote group) "\\."))))