From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Semantics of autoload cookies on defcustoms Date: Sun, 09 Jul 2006 15:04:20 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1152472035 11644 80.91.229.2 (9 Jul 2006 19:07:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Jul 2006 19:07:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 09 21:07:14 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 1Fzecc-0003dh-IY for ged-emacs-devel@m.gmane.org; Sun, 09 Jul 2006 21:07:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fzecc-0005Tz-5P for ged-emacs-devel@m.gmane.org; Sun, 09 Jul 2006 15:07:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzeZq-0003cD-4P for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:04:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzeZp-0003bN-F7 for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:04:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzeZp-0003bH-CL for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:04:21 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fzeak-0005X9-38 for emacs-devel@gnu.org; Sun, 09 Jul 2006 15:05:18 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FzeZo-0001xb-4Y; Sun, 09 Jul 2006 15:04:20 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Sun, 09 Jul 2006 01:32:22 -0400) 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:56863 Archived-At: - (if (equal setter ''custom-set-minor-mode) - `(put ',varname 'custom-set 'custom-set-minor-mode)))))) I think it would be incorrect to delete those two lines. In the existing code, that `put' call is output in addition to the `custom-autoload' call. With your change, only the `custom-autoload' call would be output in that case. I am pretty sure we added that `put' call a few months ago to fix a bug. Deleting it would bring back the bug.