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: What version of Emacs still requires '*' in defcustom docs? Date: Sun, 12 Feb 2012 18:16:20 +0800 Message-ID: <87wr7sxsp7.fsf@gnu.org> References: <1a4nuxknrk.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329041792 27727 80.91.229.3 (12 Feb 2012 10:16:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 12 Feb 2012 10:16:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 12 11:16:31 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RwWTv-0006lZ-Cf for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2012 11:16:31 +0100 Original-Received: from localhost ([::1]:59702 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwWTu-0008LN-Oa for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2012 05:16:30 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:56006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwWTs-0008G7-1G for emacs-devel@gnu.org; Sun, 12 Feb 2012 05:16:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwWTq-0000CU-Uz for emacs-devel@gnu.org; Sun, 12 Feb 2012 05:16:28 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwWTq-0000CQ-SE for emacs-devel@gnu.org; Sun, 12 Feb 2012 05:16:26 -0500 Original-Received: from [155.69.16.175] (port=45028 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RwWTq-00071a-0u; Sun, 12 Feb 2012 05:16:26 -0500 In-Reply-To: <1a4nuxknrk.fsf@fencepost.gnu.org> (Glenn Morris's message of "Sat, 11 Feb 2012 17:29:03 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148494 Archived-At: Glenn Morris writes: > The practice of giving the docs of defcustoms a leading '*' doesn't > seem to want to die out. For those of you doing this, what version of > Emacs are you trying to support that requires this? > > Eg GNU Emacs has not needed this since at least 21.1 (see > user-variable-p). FWIW, I intend to convert user-variable-p into an alias for custom-variable-p after the release.