From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: strange change in store_symval_forwarding (data.c) Date: Wed, 26 Mar 2003 10:38:45 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200303261538.h2QFcj7e022316@rum.cs.yale.edu> References: <200303260253.LAA08706@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048693897 14082 80.91.224.249 (26 Mar 2003 15:51:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2003 15:51:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Mar 26 16:51:36 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 18yDBg-0003ey-00 for ; Wed, 26 Mar 2003 16:51:36 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18yDD8-00037P-00 for ; Wed, 26 Mar 2003 16:53:06 +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 18yD4x-0002rx-03 for emacs-devel@quimby.gnus.org; Wed, 26 Mar 2003 10:44:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18yD2v-0001tU-00 for emacs-devel@gnu.org; Wed, 26 Mar 2003 10:42:33 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18yD08-0000dG-00 for emacs-devel@gnu.org; Wed, 26 Mar 2003 10:39:46 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 18yCzG-0008Ca-00 for emacs-devel@gnu.org; Wed, 26 Mar 2003 10:38:46 -0500 Original-Received: from rum.cs.yale.edu (localhost [127.0.0.1]) by rum.cs.yale.edu (8.12.8/8.12.8) with ESMTP id h2QFckPe022318; Wed, 26 Mar 2003 10:38:46 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.12.8/8.12.8/Submit) id h2QFcj7e022316; Wed, 26 Mar 2003 10:38:45 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Kenichi Handa 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:12636 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12636 > Previously, the code has this initilization part: > > Lisp_Object type; > > type = PER_BUFFER_TYPE (offset); > if (XINT (type) == -1) > error ("Variable %s is read-only", SDATA (SYMBOL_NAME (symbol))); Sorry, my bad. I meant to only delete the last two lines. Should be fixed now, Stefan