From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?VmluY2VudCBCZWxhw69jaGU=?= Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r115858: Reverted revision 115841. Date: Fri, 03 Jan 2014 15:27:51 +0100 Message-ID: <52C6C8E7.9070902@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1388759565 9874 80.91.229.3 (3 Jan 2014 14:32:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2014 14:32:45 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 03 15:32:52 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vz5nq-00038m-F4 for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 15:32:46 +0100 Original-Received: from localhost ([::1]:50142 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz5np-0004Hh-R5 for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 09:32:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz5nf-0004HY-IJ for emacs-devel@gnu.org; Fri, 03 Jan 2014 09:32:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz5nW-0004C3-7G for emacs-devel@gnu.org; Fri, 03 Jan 2014 09:32:35 -0500 Original-Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:57428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz5nW-0004Aw-1B for emacs-devel@gnu.org; Fri, 03 Jan 2014 09:32:26 -0500 Original-Received: by mail-wi0-f173.google.com with SMTP id hn9so515167wib.6 for ; Fri, 03 Jan 2014 06:32:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=ONWtG+Rnnar7PqNgMw601KxTn4FqnMB4s1vO80od26s=; b=mAV/l2E28vKMdrcwzAzOD2yta1yw4l7Fem37R+vpk/WBqtEWay5td3wC4or+fu2o8a fUpPFrAN0hlqCjaVNEWJFqJ3JiIExZ15ZS24xm2p/cw2WyzEL+RwvstlRVptVYfS/GUE ZrdfvFtpUI9f2Eli24cPTxhAwuY8Q+/vnkAJFHWn5oRgn/3m3Y10cWlwT6QVnaVDqxUS mHoe3BhPeItXoduMiCzVoUU5I1HFlwoS69BSpuWqcvwSLw8nXIAkQzB8MrkhWtpK7Q3J sw5jE4ozMq7bI64wyVjREu76VlPY6R51Ix+YTMmzh0Yfnb/SNR3bzcWl9HxzDPNd0lbf DCOA== X-Received: by 10.180.188.100 with SMTP id fz4mr2070709wic.57.1388759545072; Fri, 03 Jan 2014 06:32:25 -0800 (PST) Original-Received: from [192.168.1.10] (ARennes-256-1-84-58.w90-32.abo.wanadoo.fr. [90.32.163.58]) by mx.google.com with ESMTPSA id po3sm35562877wjc.3.2014.01.03.06.32.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 Jan 2014 06:32:24 -0800 (PST) User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:167167 Archived-At: This is a bug fix of a bug which I introduced with the addition of the local printer function. By removing this new function there is no longer any need for this fix. Vincent. Juanma Barranquero a écrit : >> message: >> Reverted revision 115841. >> > > >> - (or (<= ses--file-format 3) >> + (or (> ses--file-format 3) >> > > Isn't this a bug fix? > > J > >