From a29207ac97d53c5a26249b0a84fb0b2e969e8808 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 12 Jun 2001 02:41:06 +0000 Subject: [PATCH] * nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Remove a redundant check that I made. --- ChangeLog | 5 +++++ lisp/nnshimbun.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15aacf4..3f468a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-12 Katsumi Yamaoka + + * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Remove + a redundant check that I made. + 2001-06-11 Katsumi Yamaoka * lisp/lpath.el: Don't Fbind `xml-node-children'. diff --git a/lisp/nnshimbun.el b/lisp/nnshimbun.el index 12f0fae..3d5ecb9 100644 --- a/lisp/nnshimbun.el +++ b/lisp/nnshimbun.el @@ -335,7 +335,7 @@ (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)))))) -- 1.7.10.4