From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emanuele Giaquinta Newsgroups: gmane.emacs.devel Subject: autoloads question Date: Mon, 12 May 2008 12:09:00 +0200 Message-ID: <20080512100900.GA8357@orion.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210587180 21534 80.91.229.12 (12 May 2008 10:13:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 May 2008 10:13:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 12 12:13:37 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 1JvV2A-0007mx-Ks for ged-emacs-devel@m.gmane.org; Mon, 12 May 2008 12:13:30 +0200 Original-Received: from localhost ([127.0.0.1]:53438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvV1R-0004sF-5Z for ged-emacs-devel@m.gmane.org; Mon, 12 May 2008 06:12:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JvUxy-0003x9-S5 for emacs-devel@gnu.org; Mon, 12 May 2008 06:09:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JvUxw-0003w8-Ec for emacs-devel@gnu.org; Mon, 12 May 2008 06:09:08 -0400 Original-Received: from [199.232.76.173] (port=51341 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvUxv-0003vs-DN for emacs-devel@gnu.org; Mon, 12 May 2008 06:09:07 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.154]:9747) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JvUxu-0004Uh-OL for emacs-devel@gnu.org; Mon, 12 May 2008 06:09:06 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so2690515fgb.30 for ; Mon, 12 May 2008 03:09:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject:message-id:mime-version:content-type:content-disposition; bh=kMigLtW6Nstk4kmTaJ3SwbRR/+1ixuGhlGEkGKLg36o=; b=dvO/WCszqaZ8Tj7umnFgH1t4C2XtyYxoR9RiHfRN+guGvvQ0R5y5K52cd7bnUBsjuh3N9ThlwR7SznJUy60ktQ3S6gSYNs+8MxxyhAFl5uy5yver8Q6U93v19jw3JTDR/FnDR1cuLABPQVIjMVeH485MxXmnjFrZJhcIFlhVVI4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type:content-disposition; b=UzEhExW2APvW2WAaGSSoXQls4MV77Lzga4MZKh23jve+HHyeLRxqaiLyhDYl5GTrzLvq1UGsV9JxjX0n93SLINfthsbtGEataA+L6jKLF9Ng8wM7DwAyyL5dB5DYjYe4DHebKRoy93/Jia93DlIK4VpWCyeDgJlUGbCONaJSE+A= Original-Received: by 10.86.83.2 with SMTP id g2mr3821523fgb.54.1210586943534; Mon, 12 May 2008 03:09:03 -0700 (PDT) Original-Received: from localhost ( [87.17.86.50]) by mx.google.com with ESMTPS id l12sm5887264fgb.8.2008.05.12.03.09.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 12 May 2008 03:09:02 -0700 (PDT) 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:97008 Archived-At: Hi, On trunk regenerating the autoloads file for the same set of files always yields a different file, i.e. with cp loaddefs.el{,.old} && make autoloads && diff -u loaddefs.el{.old,} I always get a difference like -;;;;;; "widget.el" "window.el" "x-dnd.el") (18472 4851 825214)) +;;;;;; "widget.el" "window.el" "x-dnd.el") (18472 4853 658506)) Is it expected? Thanks, Emanuele Giaquinta