From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: undo-equiv change Date: Wed, 13 Apr 2005 01:02:04 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113368631 28706 80.91.229.2 (13 Apr 2005 05:03:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2005 05:03:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 13 07:03:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DLa2E-0007PK-Ew for ged-emacs-devel@m.gmane.org; Wed, 13 Apr 2005 07:03:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLZcg-00075z-FP for ged-emacs-devel@m.gmane.org; Wed, 13 Apr 2005 00:37:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLZbr-0006p3-9L for emacs-devel@gnu.org; Wed, 13 Apr 2005 00:36:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLZbm-0006mz-Vd for emacs-devel@gnu.org; Wed, 13 Apr 2005 00:36:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLZbm-0006k1-MM for emacs-devel@gnu.org; Wed, 13 Apr 2005 00:36:10 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DLa1B-00069g-JT for emacs-devel@gnu.org; Wed, 13 Apr 2005 01:02:25 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DLa0q-0008VG-J6; Wed, 13 Apr 2005 01:02:04 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Tue, 12 Apr 2005 10:36:52 -0400) 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:35924 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35924 The change was to fix successive undo following undo-in-region. However, it should use consp, not listp. Sorry.