From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: make fails in w32menu.c Date: Mon, 22 Sep 2008 17:25:20 +0200 Message-ID: References: <48D788A8.3000905@gmx.at> <48D7B5D0.3020903@gmx.at> <48D7B73C.90108@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222097140 24006 80.91.229.12 (22 Sep 2008 15:25:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2008 15:25:40 +0000 (UTC) Cc: emacs-devel To: "martin rudalics" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 22 17:26:37 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 1KhnJ6-00082d-6B for ged-emacs-devel@m.gmane.org; Mon, 22 Sep 2008 17:26:36 +0200 Original-Received: from localhost ([127.0.0.1]:36917 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhnI4-0007cl-Dl for ged-emacs-devel@m.gmane.org; Mon, 22 Sep 2008 11:25:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhnHz-0007bK-2Y for emacs-devel@gnu.org; Mon, 22 Sep 2008 11:25:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhnHx-0007a9-J1 for emacs-devel@gnu.org; Mon, 22 Sep 2008 11:25:25 -0400 Original-Received: from [199.232.76.173] (port=53076 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhnHx-0007a6-Bc for emacs-devel@gnu.org; Mon, 22 Sep 2008 11:25:25 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.157]:44313) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KhnHw-00066D-1w for emacs-devel@gnu.org; Mon, 22 Sep 2008 11:25:24 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so238870ywk.66 for ; Mon, 22 Sep 2008 08:25:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Li7MrDRFt/NbU8Hi8D5PhbL3urdjveFQeLs0nx252aE=; b=NtbntCyV0yR+1QCBuLRRgjs0A6Z1DvOlmAodQo8ziZGFBhTKaSauMPM5GXboFyY7dF iMn4I7wJ6YMh+lnkyO4sGQ+7kD8NW+WaAyb3jrr10wBPPpkBhnRqv2zU2WdNlA/I/Qi8 RWcj7+hMQYgS7Z5+vQthVoz5xKWmHoCSlB9y0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=vRCzMKDfdgAKeyXJKDzA1aLB5rayflv0hMDMWZ46PZMVdGuECBV4E7ghmPIfeD16qF A/xE/pRZ/RswXOrgcdSUqgyCqyR5IgLJdB7E0Vj09xaTWLZ4Xe//u+eX+NApaxI1IYcc +/oiEANmuYUREjw7gcKJ0XY2QzBHexDQ47zdM= Original-Received: by 10.100.166.10 with SMTP id o10mr3151145ane.0.1222097120426; Mon, 22 Sep 2008 08:25:20 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Mon, 22 Sep 2008 08:25:20 -0700 (PDT) In-Reply-To: <48D7B73C.90108@gmx.at> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/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:104041 Archived-At: > Works as well. The fixes seem to differ slightly, though. AFAICS, the only difference is whitespace. emacs-diffs commits do not show whitespace changes, while my patch was done with git. Juanma