From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: risky-local-variable-p called with 1 argument Date: Fri, 25 Oct 2002 10:57:50 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <20021025105607.D423.LEKTU@terra.es> References: <20021025090851.D41A.LEKTU@terra.es> <5xhefayhwu.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035536402 636 80.91.224.249 (25 Oct 2002 09:00:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Oct 2002 09:00:02 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1850Jy-00009F-00 for ; Fri, 25 Oct 2002 10:59:58 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1850MZ-0006BP-00 for ; Fri, 25 Oct 2002 11:02:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1850JG-0006kx-00; Fri, 25 Oct 2002 04:59:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1850I8-00067x-00 for emacs-devel@gnu.org; Fri, 25 Oct 2002 04:58:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1850I6-00067G-00 for emacs-devel@gnu.org; Fri, 25 Oct 2002 04:58:03 -0400 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 1850I4-00062v-00; Fri, 25 Oct 2002 04:58:00 -0400 Original-Received: from [62.22.27.143] (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id g9P8vob11826; Fri, 25 Oct 2002 10:57:50 +0200 Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: <5xhefayhwu.fsf@kfs2.cua.dk> X-Mailer: Becky! ver. 2.05.06 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8779 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8779 On 25 Oct 2002 11:41:37 +0200, storm@cua.dk (Kim F. Storm) wrote: > That change is not recorded in the lisp/ChangeLog, but I found this in > the CVS log for lisp/files.el: > However, that log message is mis-leading, as the change doesn't define > a new function risky-local-variable-p, but rather adds a second > mandatory VAL argument to it. Yeah, I found that too. > And of course, the last part of that message should have rung a bell :-) Sure ;-) OK, so what's the VAL supposed to be passed to `risky-local-variable-p'? /L/e/k/t/u