+2001-06-12 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Remove
+ a redundant check that I made.
+
2001-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/lpath.el: Don't Fbind `xml-node-children'.
(nnheader-nov-delete-outside-range
(if fetch-old (max 1 (- (car articles) fetch-old))
(car articles))
- (and articles (nth (1- (length articles)) articles)))
+ (nth (1- (length articles)) articles))
t))))))