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:
20c42b8
)
* nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced parentheses.
author
yamaoka
<yamaoka>
Thu, 8 Feb 2001 23:27:15 +0000
(23:27 +0000)
committer
yamaoka
<yamaoka>
Thu, 8 Feb 2001 23:27:15 +0000
(23:27 +0000)
ChangeLog
patch
|
blob
|
history
lisp/nnshimbun.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
7aaafb8
..
51c17c8
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2001-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
+ parentheses.
+
2001-02-08 Akihiro Arisawa <ari@atesoft.advantest.co.jp>
* lisp/nnshimbun.el: Add `bbdb-ml' support.
diff --git
a/lisp/nnshimbun.el
b/lisp/nnshimbun.el
index
0a0bd0f
..
b58d3f0
100644
(file)
--- a/
lisp/nnshimbun.el
+++ b/
lisp/nnshimbun.el
@@
-1476,7
+1476,8
@@
is enclosed by at least one regexp grouping construct."
(nnshimbun-mime-encode-string subject)
from date id "" 0 0 url)
headers))
-; (message "%s" id)))
+ ;;(message "%s" id)
+ ))
(setq auxs (cdr auxs))))
headers))