* nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
authoryamaoka <yamaoka>
Tue, 12 Jun 2001 02:41:06 +0000 (02:41 +0000)
committeryamaoka <yamaoka>
Tue, 12 Jun 2001 02:41:06 +0000 (02:41 +0000)
 that I made.

ChangeLog
lisp/nnshimbun.el

index 15aacf4..3f468a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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'.
index 12f0fae..3d5ecb9 100644 (file)
            (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))))))