From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: reverting buffer from non-existent file Date: Tue, 07 Feb 2006 01:06:32 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139292661 22441 80.91.229.2 (7 Feb 2006 06:11:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2006 06:11:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 07 07:10:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F6M3w-0000SF-8J for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2006 07:10:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6M7H-0008BS-Mu for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2006 01:14:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6M4e-0007JK-DW for emacs-devel@gnu.org; Tue, 07 Feb 2006 01:11:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6M4d-0007Id-Eu for emacs-devel@gnu.org; Tue, 07 Feb 2006 01:11:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6M4c-0007IL-RN for emacs-devel@gnu.org; Tue, 07 Feb 2006 01:11:34 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F6M4I-00050n-IE for emacs-devel@gnu.org; Tue, 07 Feb 2006 01:11:14 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F6Lzk-0005ex-7l; Tue, 07 Feb 2006 01:06:32 -0500 Original-To: Martin Rudalics In-reply-to: (message from Martin Rudalics on Mon, 06 Feb 2006 08:00:01 +0100) 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:50130 Archived-At: Thanks for fixing this problem. I think it is cleaner to bind buffer-read-only and buffer-undo-list only once. Would you please make that small alteration, then send the revised change plus a suitable change log entry? They we will install it.