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: loaddefs and provide Date: Tue, 03 Nov 2009 22:12:10 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257304350 8592 80.91.229.12 (4 Nov 2009 03:12:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Nov 2009 03:12:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 04 04:12:23 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 1N5WIJ-0007BX-4m for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2009 04:12:23 +0100 Original-Received: from localhost ([127.0.0.1]:33277 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5WII-0006Jv-AE for ged-emacs-devel@m.gmane.org; Tue, 03 Nov 2009 22:12:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5WIC-0006IW-5z for emacs-devel@gnu.org; Tue, 03 Nov 2009 22:12:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5WI6-0006GE-T7 for emacs-devel@gnu.org; Tue, 03 Nov 2009 22:12:15 -0500 Original-Received: from [199.232.76.173] (port=34125 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5WI6-0006GB-NY for emacs-devel@gnu.org; Tue, 03 Nov 2009 22:12:10 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36957) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5WI6-0003Ln-Gi for emacs-devel@gnu.org; Tue, 03 Nov 2009 22:12:10 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1N5WI6-0002pp-5C; Tue, 03 Nov 2009 22:12:10 -0500 X-Spook: pink noise chameleon man advisors Osama DRM ASIO PET X-Ran: ae[7,a;ew_`axl{NV8pgfJW{J"%sESR!6:f%LO^T)48,i~`D8~_LQ1G9:\T0HZ.!\D#Ikd X-Hue: black 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, seldom 2.4 (older, 4) 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:116608 Archived-At: Juanma Barranquero wrote: > * calendar/calendar.el (cal-loaddefs): > * calendar/diary-lib.el (diary-loaddefs): > * calendar/holidays.el (hol-loaddefs): > * eshell/esh-module.el (esh-groups): > * mh/mh-e.el (mh-loaddefs): Load rather than require. The removal of the provide statement from autoload-rubric was undocumented (it's a separate issue from generated-autoload-feature). If it was unintentional, I would prefer to put this back to how it was. http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01449.html