From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: undo in loaddefs.el buffer Date: Tue, 21 Dec 2004 19:17:55 -0500 Message-ID: References: <200412211414.iBLEEZ903426@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1103675113 22994 80.91.229.6 (22 Dec 2004 00:25:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Dec 2004 00:25:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 22 01:25:06 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CguJO-00056J-00 for ; Wed, 22 Dec 2004 01:25:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CguTt-0001Vh-Bs for ged-emacs-devel@m.gmane.org; Tue, 21 Dec 2004 19:35:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CguSU-0001QV-3v for emacs-devel@gnu.org; Tue, 21 Dec 2004 19:34:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CguSQ-0001Op-Gk for emacs-devel@gnu.org; Tue, 21 Dec 2004 19:34:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CguSQ-0001O4-0f for emacs-devel@gnu.org; Tue, 21 Dec 2004 19:34:26 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CguHJ-0006MU-0X for emacs-devel@gnu.org; Tue, 21 Dec 2004 19:22:57 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CguCR-0007wK-U1; Tue, 21 Dec 2004 19:17:55 -0500 Original-To: Luc Teirlinck In-reply-to: <200412211414.iBLEEZ903426@raven.dms.auburn.edu> (message from Luc Teirlinck on Tue, 21 Dec 2004 08:14:35 -0600 (CST)) 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: main.gmane.org gmane.emacs.devel:31317 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31317 During `make bootstrap' (CVS from minutes ago) I got asked: Buffer loaddefs.el undo info is 301051 bytes long; discard it? (yes or no) Is there any reason for that buffer record undo history in the first place? I don't know. What operation does this occur in?