From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6589 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: typo? (Re: Gnus v5.2.14 is released) Date: 10 Jun 1996 14:34:28 +0900 Organization: The Katsumi Yamaoka Fan Club Message-ID: <28pw78gr2k.fsf@ganews.ga.sony.co.jp> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.67) Content-Type: application/octet-stream; type=patch Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035147023 4126 80.91.224.250 (20 Oct 2002 20:50:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:50:23 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id XAA13059 for ; Sun, 9 Jun 1996 23:06:39 -0700 Original-Received: from sonyinet.sony.co.jp (sonyinet.sony.co.jp [202.238.80.17]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 10 Jun 1996 07:35:06 +0200 Original-Received: from sonygw.sony.co.jp ([43.0.1.249]) by sonyinet.sony.co.jp (8.6.10/3.4W4-96030410) with ESMTP id OAA23802 for ; Mon, 10 Jun 1996 14:34:55 +0900 Original-Received: from shigw.shi.sony.co.jp (shigw [43.1.179.252]) by sonygw.sony.co.jp (8.7.5+2.6Wbeta6/3.4W-96060508) with ESMTP id OAA04209 for ; Mon, 10 Jun 1996 14:34:39 +0900 (JST) Original-Received: from gagw.ga.sony.co.jp (gabrg [43.1.185.224]) by shigw.shi.sony.co.jp (8.7.5+2.6Wbeta6/3.4W-95070714) with SMTP id OAA12443 for ; Mon, 10 Jun 1996 14:34:37 +0900 (JST) Original-Received: from beer.ga.sony.co.jp by gagw.ga.sony.co.jp (4.2/6.4J.6) id AA13214; Mon, 10 Jun 96 14:34:31 JST Original-Received: by beer.ga.sony.co.jp (4.2/6.4J.6) id AA00294; Mon, 10 Jun 96 14:34:29 JST Original-To: ding@ifi.uio.no X-Face: I^U0(J'Dk3(>vvfmA.$Xw?JC`51Ns)!fn%}h;?c-lZ CjM=:P3s&d5`$up0Vg4@Z7I>97v7E4-^dYj+Iq!cP|y#drEnC9z%C4#?vs[B5|]nRIxDsHVa-]x;2+ ur6l7HEl;r[R$cYU#A_.)C7);K9a X-Mailer: Gnus v5.2.14/tm v7.67/Mule 2.3@19.30 Content-Disposition: attachment; filename="nnml.el.diff" Original-Lines: 11 Xref: main.gmane.org gmane.emacs.gnus.general:6589 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6589 --- nnml.el.orig Mon Jun 10 12:46:27 1996 +++ nnml.el Mon Jun 10 14:29:06 1996 @@ -681,7 +681,7 @@ dir) (while dirs (setq dir (pop dirs)) - (when (and (not (member (file-name-nondirectory file) '("." ".."))) + (when (and (not (member (file-name-nondirectory dir) '("." ".."))) (file-directory-p dir)) (nnml-generate-nov-databases-1 dir)))) ;; Do this directory.