From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: defconst -> risky-local-variable Date: Mon, 6 Nov 2006 11:10:41 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162807878 26302 80.91.229.2 (6 Nov 2006 10:11:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 10:11:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 06 11:11:16 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 1Gh1RX-0001WG-7N for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 11:11:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gh1RW-00013m-LW for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 05:11:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gh1RF-00012P-HP for emacs-devel@gnu.org; Mon, 06 Nov 2006 05:10:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gh1RD-00010o-IN for emacs-devel@gnu.org; Mon, 06 Nov 2006 05:10:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gh1RD-00010k-7g for emacs-devel@gnu.org; Mon, 06 Nov 2006 05:10:43 -0500 Original-Received: from [64.233.182.186] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gh1RC-0007h6-J7 for emacs-devel@gnu.org; Mon, 06 Nov 2006 05:10:43 -0500 Original-Received: by nf-out-0910.google.com with SMTP id x4so2828384nfb for ; Mon, 06 Nov 2006 02:10:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=V69fKhGU779+6q11Rwh5nuU/BjZM2QWfA0rpW+UnrCv+mGfqIxCyvqe0OTELxwCuMIZP/tErQoAfZHURPZLj69+K8R0zcsWkOGPAoW7QUsmREFX/whP01Lve2YW8iS4GTh0N1Ee2QDjgXooh/zMEeRKGTOh3ZOYxp9OrtAxVkxc= Original-Received: by 10.82.118.2 with SMTP id q2mr1247067buc.1162807841393; Mon, 06 Nov 2006 02:10:41 -0800 (PST) Original-Received: by 10.82.136.11 with HTTP; Mon, 6 Nov 2006 02:10:41 -0800 (PST) Original-To: "Emacs Devel" Content-Disposition: inline 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:61860 Archived-At: Shouldn't the docs for `defconst' mention (either in the docstring, the Emacs Lisp Reference, or both) that it sets the SYMBOL's risky-local-variable property to t? -- /L/e/k/t/u