From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: emacs/lisp ChangeLog Date: Mon, 16 Mar 2009 14:23:24 -0400 Message-ID: <87hc1tnx7n.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1237227747 594 80.91.229.12 (16 Mar 2009 18:22:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Mar 2009 18:22:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 16 19:23:44 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LjHTR-0003Af-41 for ged-emacs-devel@m.gmane.org; Mon, 16 Mar 2009 19:23:41 +0100 Original-Received: from localhost ([127.0.0.1]:57463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjHS4-00005Z-Pm for ged-emacs-devel@m.gmane.org; Mon, 16 Mar 2009 14:22:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjHS0-000058-0o for emacs-devel@gnu.org; Mon, 16 Mar 2009 14:22:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjHRu-0008WS-O0 for emacs-devel@gnu.org; Mon, 16 Mar 2009 14:22:10 -0400 Original-Received: from [199.232.76.173] (port=59304 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjHRu-0008WI-Ks for emacs-devel@gnu.org; Mon, 16 Mar 2009 14:22:06 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:54300) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LjHRt-0006ow-4a; Mon, 16 Mar 2009 14:22:05 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id C8DC257E205; Mon, 16 Mar 2009 14:23:24 -0400 (EDT) In-Reply-To: (Leo's message of "Mon, 16 Mar 2009 16:53:11 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:109659 Archived-At: Leo writes: > BTW, I am curious about the leading *, what does it do? Why so many old > packages are using it? It was used to mark a variable as a user option. This is obsolete; nowadays people should just use defcustom.