From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: autoloads question Date: Mon, 12 May 2008 12:42:09 +0200 Message-ID: References: <20080512100900.GA8357@orion.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210588971 26888 80.91.229.12 (12 May 2008 10:42:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 May 2008 10:42:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Emanuele Giaquinta" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 12 12:43:29 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 1JvVUr-0000Jt-Kv for ged-emacs-devel@m.gmane.org; Mon, 12 May 2008 12:43:09 +0200 Original-Received: from localhost ([127.0.0.1]:53670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvVU8-0004kP-Lw for ged-emacs-devel@m.gmane.org; Mon, 12 May 2008 06:42:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JvVU3-0004kF-DT for emacs-devel@gnu.org; Mon, 12 May 2008 06:42:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JvVTz-0004gr-35 for emacs-devel@gnu.org; Mon, 12 May 2008 06:42:18 -0400 Original-Received: from [199.232.76.173] (port=41497 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvVTy-0004gj-UQ for emacs-devel@gnu.org; Mon, 12 May 2008 06:42:14 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.244]:15129) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JvVTy-0002z9-Hh for emacs-devel@gnu.org; Mon, 12 May 2008 06:42:14 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so3114284rvb.6 for ; Mon, 12 May 2008 03:42:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=jQQKH6ui6D/OVcvqfAlzYKx5u2jhxK+c8dufegoSMwo=; b=hd3SeWU6T7IP5nZblzwjnWWFNgwGs3OTfPV1G0WWNsDEQSP1jcr1FyY30mbrQ7y9Q1pDrKQX4T/tCZ7ddu7W1pI5iUTEIqnQwZGVBMgbcpT7ibWWoaXJOvjsaojgQHQhepAKQ9QUkAhx7+OE3fWhyKQRF5hY7dXh8Pxy9xJUsrE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XgktWC+gTTmTG0amnxdYEWm1xW5UUOHORVS33nyBz1ue742sWC0HeQBUO1VI/h7xUv5UKJjtiZgmWl1xMRbdqdP1tOoIHzpHCxKrAW/ZaIOYJIaDJZhtxDCLaLFy/0Yw8jkWIuMN8K1lzEU3Ec8/RYfwa0K4NRDhvBZTezlmt44= Original-Received: by 10.115.89.1 with SMTP id r1mr7442182wal.195.1210588929436; Mon, 12 May 2008 03:42:09 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Mon, 12 May 2008 03:42:09 -0700 (PDT) In-Reply-To: <20080512100900.GA8357@orion.lan> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:97011 Archived-At: On Mon, May 12, 2008 at 12:09 PM, Emanuele Giaquinta wrote: > -;;;;;; "widget.el" "window.el" "x-dnd.el") (18472 4851 825214)) > +;;;;;; "widget.el" "window.el" "x-dnd.el") (18472 4853 658506)) > > Is it expected? That is a timestamp. Juanma