From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: File-specific autoloads (was: about the byte-opt.el patch) Date: Fri, 06 Jul 2007 13:53:33 +0300 Message-ID: References: <87hcoilt68.fsf@ambire.localdomain> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1183719255 6678 80.91.229.12 (6 Jul 2007 10:54:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Jul 2007 10:54:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 06 12:54:11 2007 connect(): Connection refused 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 1I6lRz-00061p-7Z for ged-emacs-devel@m.gmane.org; Fri, 06 Jul 2007 12:54:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6lRy-0004Vx-RB for ged-emacs-devel@m.gmane.org; Fri, 06 Jul 2007 06:54:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I6lRS-0004CS-Kb for emacs-devel@gnu.org; Fri, 06 Jul 2007 06:53:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I6lRR-0004C5-Ci for emacs-devel@gnu.org; Fri, 06 Jul 2007 06:53:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6lRR-0004C0-7B for emacs-devel@gnu.org; Fri, 06 Jul 2007 06:53:37 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I6lRQ-0001mM-Ll for emacs-devel@gnu.org; Fri, 06 Jul 2007 06:53:36 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-153-60.inter.net.il [80.230.153.60]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HEF59316 (AUTH halo1); Fri, 6 Jul 2007 13:53:42 +0300 (IDT) In-reply-to: (message from Stefan Monnier on Thu, 05 Jul 2007 13:17:10 -0400) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (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:74387 Archived-At: > From: Stefan Monnier > Date: Thu, 05 Jul 2007 13:17:10 -0400 > Cc: Feng Li , emacs-devel@gnu.org > > Autoload entries can now be redirected to some other file, so > ps-mule.el's autoloads end up in ps-print.el (where they used to be written > by hand instead), and similarly for cl-*.el which end up in cl-loaddefs.el. Because of this change, "cvs up" now shows ps-print.el and cl-loaddefs.el as modified, which might cause trouble if, say, ps-print.el is ever modified in the repository.