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: Is this a bug of Emacs-Lisp? Date: Sat, 18 Feb 2006 13:34:01 -0500 Message-ID: References: <87slqipmde.fsf@emacsfans.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1140298594 31048 80.91.229.2 (18 Feb 2006 21:36:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2006 21:36:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 18 22:36:32 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 1FAZkf-0003b0-Rv for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 22:36:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAZkf-0003cm-3d for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 16:36:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAWuD-00088D-El for emacs-devel@gnu.org; Sat, 18 Feb 2006 13:34:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAWuC-00087E-5d for emacs-devel@gnu.org; Sat, 18 Feb 2006 13:34:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAWu9-00086k-VP for emacs-devel@gnu.org; Sat, 18 Feb 2006 13:34:02 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FAWzn-00009P-8G for emacs-devel@gnu.org; Sat, 18 Feb 2006 13:39:51 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FAWu9-0005qf-8R; Sat, 18 Feb 2006 13:34:01 -0500 Original-To: Zhang Wei In-reply-to: <87slqipmde.fsf@emacsfans.org> (message from Zhang Wei on Fri, 17 Feb 2006 13:47:41 +0800) 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:50716 Archived-At: Modify the return value of dummy changed it's defination. Is this a bug of Elisp? It is not a bug. You modified part of the data structure in the function definition.