From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Joost Kremers Newsgroups: gmane.emacs.devel Subject: Re: Don't complain about changed file when it hasn't changed Date: Fri, 02 Sep 2016 17:39:29 +0200 Message-ID: <871t12fgzy.fsf@fastmail.fm> References: <83oa4bbq5b.fsf@gnu.org> <83a8funuqw.fsf@gnu.org> <83twe2mdpu.fsf@gnu.org> <83h9a2mabl.fsf@gnu.org> <83k2evg26c.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1472830841 21777 195.159.176.226 (2 Sep 2016 15:40:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2016 15:40:41 +0000 (UTC) User-Agent: mu4e 0.9.17; emacs 25.1.1 Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 02 17:40:38 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 1bfqa4-00052U-SD for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2016 17:40:37 +0200 Original-Received: from localhost ([::1]:42740 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfqa2-00064E-LQ for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2016 11:40:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfqZI-000630-S9 for emacs-devel@gnu.org; Fri, 02 Sep 2016 11:39:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfqZE-00070X-Lm for emacs-devel@gnu.org; Fri, 02 Sep 2016 11:39:47 -0400 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:44618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfqZC-0006yg-9r for emacs-devel@gnu.org; Fri, 02 Sep 2016 11:39:44 -0400 Original-Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 3EDEF204CD; Fri, 2 Sep 2016 11:39:32 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute2.internal (MEProxy); Fri, 02 Sep 2016 11:39:32 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h=cc :content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=P+AEc HOZd+2Rw5CoSEM8TC0OOAM=; b=NAcaGnYXR7vWCGYYwglAjWgysuxEIf1g7nAaF Hh1opcnodC/qPdQUNXedJXNaKSrIZmaTs7No8s+z30Gew1SQwTgLfT1bxcrBw6nF 0dLFXBZBwDMpFs8q5hwuqc3EHLbteV7CZrSAoskuE33kYHVD/aO63sav0zKG1EK+ OhqDcI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=P+AEcHOZd+2Rw5CoSEM8TC0OOAM=; b=Z9YwD Y8GKawopzoKI2NkT7RRy6UGMNPj1alu7bVJTB3oiIQMxMwLfqo+TsYg/9DhkU8lJ rbdYvjc9LyzQ8rgyFxAQvQ9c7Tyk6OjzPSsV2VoTmpCQPccEvSHGf6ogWkXJ9wj1 OfhnNeqNjTxMLVpNLqh/GpLQS6h63y73N0nsdI= X-Sasl-enc: QLPzceLjpePYlMs78PNZMacVWb5SfWt5lIw9V4SNbFcg 1472830771 Original-Received: from IdeaPad.messagingengine.com (x5f777e81.dyn.telefonica.de [95.119.126.129]) by mail.messagingengine.com (Postfix) with ESMTPA id 8A9A2F2D2F; Fri, 2 Sep 2016 11:39:31 -0400 (EDT) In-reply-to: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.28 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:207136 Archived-At: On Fri, Sep 02 2016, Stefan Monnier wrote: > diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi > index 740d7cf..e4ef4d5 100644 > --- a/doc/lispref/buffers.texi > +++ b/doc/lispref/buffers.texi > @@ -669,8 +669,9 @@ Modification Time > This function is used to ask a user how to proceed after an attempt to > modify an buffer visiting file @var{filename} when the file is newer "an buffer" --> "a buffer" :) -- Joost Kremers Life has its moments