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: Changes to emacs/lisp/time.el,v Date: Thu, 21 Feb 2008 23:01:48 -0500 Message-ID: References: <1yve4h285w.fsf@fencepost.gnu.org> <87ir0huazb.fsf@grepfind.mwolson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203652926 19646 80.91.229.12 (22 Feb 2008 04:02:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2008 04:02:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Olson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 22 05:02:30 2008 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 1JSP7E-0004ag-W4 for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 05:02:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSP6j-0002la-VB for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 23:01:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSP6e-0002lL-QY for emacs-devel@gnu.org; Thu, 21 Feb 2008 23:01:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSP6c-0002ku-Bx for emacs-devel@gnu.org; Thu, 21 Feb 2008 23:01:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSP6c-0002kr-6B for emacs-devel@gnu.org; Thu, 21 Feb 2008 23:01:50 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSP6b-0003vq-Gb for emacs-devel@gnu.org; Thu, 21 Feb 2008 23:01:49 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JSP6a-0007Ji-Vu; Thu, 21 Feb 2008 23:01:49 -0500 X-Spook: CISU Yukon chameleon man Nazi SP4 Glock national X-Ran: P=R,=iOgg6QaO0?NZnZk'gSrLN'(#W=2q%zCFX[6U't3F9oYK/OH]oLBj_VW\_<0w-q>Vi X-Hue: white X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: 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:89932 Archived-At: Michael Olson wrote: >> I think you'll find that's not necessary if you update ldefs-boot.el. > > I am staying as far away from that file as possible, due to the presence > of what looks like automatically generated content :^) . Well, OK, if you have a phobia. :) (All you need to do is bootstrap, copy loaddefs.el to ldefs-boot.el, and commit. Bootstrapping uses ldefs-boot for autoload info. Bootstrap warnings about new functions that have autoload cookies are often due to an out-of-date ldefs-boot.el.)