From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: strange change in store_symval_forwarding (data.c) Date: Thu, 27 Mar 2003 09:58:20 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200303270058.JAA09963@etlken.m17n.org> References: <200303260253.LAA08706@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1048726986 2293 80.91.224.249 (27 Mar 2003 01:03:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2003 01:03:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 27 02:03:04 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18yLnM-0000ag-00 for ; Thu, 27 Mar 2003 02:03:04 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18yLp0-0000Cp-00 for ; Thu, 27 Mar 2003 02:04:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18yLk7-0002Nb-04 for emacs-devel@quimby.gnus.org; Wed, 26 Mar 2003 19:59:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18yLjO-0001pO-00 for emacs-devel@gnu.org; Wed, 26 Mar 2003 19:58:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18yLj2-0000vF-00 for emacs-devel@gnu.org; Wed, 26 Mar 2003 19:58:37 -0500 Original-Received: from tsukuba.m17n.org ([192.47.44.130]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18yLiu-0000PM-00 for emacs-devel@gnu.org; Wed, 26 Mar 2003 19:58:29 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2])h2R0wL915644; Thu, 27 Mar 2003 09:58:21 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) h2R0wKA04090; Thu, 27 Mar 2003 09:58:20 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id JAA09963; Thu, 27 Mar 2003 09:58:20 +0900 (JST) Original-To: schwab@suse.de In-reply-to: (message from Andreas Schwab on Wed, 26 Mar 2003 15:51:53 +0100) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) Original-cc: monnier@cs.yale.edu X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12647 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12647 Andreas Schwab writes: > This was changed as part of Stefan's checkin (revision 1.221), which does > not have a ChangeLog entry (yet). I see. "Stefan Monnier" writes: > Should be fixed now, I confirmed it. Thank you. --- Ken'ichi HANDA handa@m17n.org