From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: autoload cookies for defcustoms Date: Sun, 29 Aug 2010 15:11:59 -0400 Message-ID: <4d7hj99qtc.fsf@fencepost.gnu.org> References: <2DC911234A9B4A6ABD34459FB8C26C1C@us.oracle.com> <87fwxxoio1.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283110450 31536 80.91.229.12 (29 Aug 2010 19:34:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Aug 2010 19:34:10 +0000 (UTC) Cc: Stefan Monnier , Drew Adams , 'Emacs-Devel devel' To: Wojciech Meyer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 29 21:34:08 2010 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.69) (envelope-from ) id 1Opndl-0005dw-RS for ged-emacs-devel@m.gmane.org; Sun, 29 Aug 2010 21:34:06 +0200 Original-Received: from localhost ([127.0.0.1]:52869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpnPB-00065l-LL for ged-emacs-devel@m.gmane.org; Sun, 29 Aug 2010 15:19:01 -0400 Original-Received: from [199.232.76.173] (port=47788 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpnIQ-0002ea-RV for emacs-devel@gnu.org; Sun, 29 Aug 2010 15:12:03 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OpnIP-00080m-TE for emacs-devel@gnu.org; Sun, 29 Aug 2010 15:12:02 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55871) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OpnIP-00080h-Lo for emacs-devel@gnu.org; Sun, 29 Aug 2010 15:12:01 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OpnIN-0005Hv-QP; Sun, 29 Aug 2010 15:11:59 -0400 X-Spook: Putin constitution COSCO Zachawi chameleon man halcon SDI X-Ran: &0Qi]cd5YQic+`$h&g(uLV20fT,.;a/GEi_2<=T80k&Qh]^,4PV!J?j9D7~i{_M_`Tq*q< X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:129402 Archived-At: Wojciech Meyer wrote: > -;;;###autoload > +;; `defcustom' should not be autoloaded ;;;###autoload > (defcustom holiday-general-holidays The remaining calendar autoloaded defcustoms are generally autoloaded for a reason, and I imagine the same is true in many other cases. Did you just do a blanket replace, or did you check every case?