From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6591 Path: main.gmane.org!not-for-mail From: SAKIYAMA Nobuo Newsgroups: gmane.emacs.gnus.general Subject: Re: typo? (Re: Gnus v5.2.14 is released) Date: 10 Jun 1996 17:02:42 +0900 Sender: nobuo@deneb.sl.um.u-tokyo.ac.jp Message-ID: References: <28pw78gr2k.fsf@ganews.ga.sony.co.jp> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.67) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035147025 4128 80.91.224.250 (20 Oct 2002 20:50:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:50:25 +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 BAA13980 for ; Mon, 10 Jun 1996 01:32:13 -0700 Original-Received: from acrux.is.s.u-tokyo.ac.jp (acrux.is.s.u-tokyo.ac.jp [133.11.14.5]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 10 Jun 1996 10:03:30 +0200 Original-Received: from deneb.sl.um.u-tokyo.ac.jp by acrux.is.s.u-tokyo.ac.jp (8.7.5/TISN-1.3/R3) id RAA22039; Mon, 10 Jun 1996 17:02:46 +0900 (JST) Original-Received: by deneb.sl.um.u-tokyo.ac.jp (8.7.5/TISN-1.0N/1.8) id RAA05451; Mon, 10 Jun 1996 17:02:43 +0900 (JST) Original-To: ding@ifi.uio.no In-Reply-To: SAKIYAMA Nobuo's message of 10 Jun 1996 16:25:20 +0900 Original-Lines: 15 Xref: main.gmane.org gmane.emacs.gnus.general:6591 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6591 similar problem. --- nnmh.el.dist Mon Jun 10 12:46:42 1996 +++ nnmh.el Mon Jun 10 16:21:01 1996 @@ -195,7 +195,7 @@ dir) ;; Recurse down directories. (while (setq dir (pop dirs)) - (when (and (not (member (file-name-nondirectory file) '("." ".."))) + (when (and (not (member (file-name-nondirectory dir) '("." ".."))) (file-directory-p dir) (file-readable-p dir)) (nnmh-request-list-1 dir)))) -- SAKIYAMA Nobuo nobuo@is.s.u-tokyo.ac.jp