From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Guerry Newsgroups: gmane.emacs.devel Subject: Re: Missing parenthesis in vc-dir.el Date: Tue, 22 Jul 2008 10:42:36 +0200 Message-ID: <87abgaia2r.fsf@bzg.ath.cx> References: <87fxq2cotk.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216716190 12359 80.91.229.12 (22 Jul 2008 08:43:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 08:43:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 10:43:59 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KLDTS-0007JI-4d for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 10:43:58 +0200 Original-Received: from localhost ([127.0.0.1]:33818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLDSY-0007nm-UD for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 04:43:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLDSR-0007nS-Ok for emacs-devel@gnu.org; Tue, 22 Jul 2008 04:42:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLDSQ-0007nD-11 for emacs-devel@gnu.org; Tue, 22 Jul 2008 04:42:55 -0400 Original-Received: from [199.232.76.173] (port=54863 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLDSP-0007n9-Qi for emacs-devel@gnu.org; Tue, 22 Jul 2008 04:42:53 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.168]:44046) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLDSO-0007nC-FY for emacs-devel@gnu.org; Tue, 22 Jul 2008 04:42:53 -0400 Original-Received: by ug-out-1314.google.com with SMTP id l31so377179ugc.48 for ; Tue, 22 Jul 2008 01:42:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type:sender; bh=21yXoanXuNDJ6L1eC5DUnTSXsiItXLkbi53uFf/XVQE=; b=b1bGhga1rlP6MJhm5QJjdJlFXKG8+fWBM2sTJQIPt6AfvO7iasrokZLVJSPt3eq6a7 KszNp4lyX6qFjstE9Goe4jr1c4wfBvRukB8rR6XRRxOaORLI3rrULBmblMbN+90IQMKL g7oA4TXTbhu5H1s9qsAyLnFO1epxnLKGLvWoY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:sender; b=WqmPtSo3IllDHkr2g8YE5AZiiyYXFBM+SJaPZVkZ3b9SZ+OpfqkD7CPvlC+TmhJiQ5 3dFF6wjyN7l7qqvk4hoNuKhMOziqav5vNp7Dq9C1T+HqlaIG/z6ePWoDh+1LYE35lVoV RxT+mq8JbJR7YjxwHTsq3snckBpXFQ3nHOsUo= Original-Received: by 10.66.239.16 with SMTP id m16mr2302978ugh.9.1216716160583; Tue, 22 Jul 2008 01:42:40 -0700 (PDT) Original-Received: from bzg.ath.cx ( [79.94.49.81]) by mx.google.com with ESMTPS id q1sm9653789uge.16.2008.07.22.01.42.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 22 Jul 2008 01:42:39 -0700 (PDT) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 85678158165; Tue, 22 Jul 2008 10:42:36 +0200 (CEST) In-Reply-To: <87fxq2cotk.fsf@gmx.de> (Sven Joachim's message of "Tue, 22 Jul 2008 10:20:39 +0200") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101175 Archived-At: Sven Joachim writes: > I got the error message > > vc-dir.el:773:1:Error: End of file during parsing > > when upgrading from CVS. The following patch fixes this: Applied, thanks. -- Bastien