From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Don't complain about changed file when it hasn't changed Date: Fri, 02 Sep 2016 11:44:58 -0400 Message-ID: References: <83oa4bbq5b.fsf@gnu.org> <83a8funuqw.fsf@gnu.org> <83twe2mdpu.fsf@gnu.org> <83h9a2mabl.fsf@gnu.org> <83k2evg26c.fsf@gnu.org> <83h99ye31r.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1472830989 11540 195.159.176.226 (2 Sep 2016 15:43:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2016 15:43:09 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 02 17:43:05 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfqcN-00025I-Dd for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2016 17:42:59 +0200 Original-Received: from localhost ([::1]:42756 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfqcL-0007oJ-7R for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2016 11:42:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfqbb-0007nz-HJ for emacs-devel@gnu.org; Fri, 02 Sep 2016 11:42:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfqbX-0007f4-Bg for emacs-devel@gnu.org; Fri, 02 Sep 2016 11:42:10 -0400 Original-Received: from [195.159.176.226] (port=37498 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfqbX-0007eT-4s for emacs-devel@gnu.org; Fri, 02 Sep 2016 11:42:07 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bfqbN-0004X5-AE for emacs-devel@gnu.org; Fri, 02 Sep 2016 17:41:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:0xCLxPXfVIjbjQSNyLHFbsFTZC0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:207137 Archived-At: >> > My preference would be to have the test in the caller, because I doubt >> > that anyone who replaces that function would want to lose the test. >> > But that preference is not very strong. >> How 'bout the patch below, then, > Looks good to me, thank you very much. Thanks, installed, Stefan