emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Tue, 26 Jun 2007 19:53:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/06/26 19:53:13

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11268
retrieving revision 1.11269
diff -u -b -r1.11268 -r1.11269
--- ChangeLog   26 Jun 2007 19:07:14 -0000      1.11268
+++ ChangeLog   26 Jun 2007 19:53:12 -0000      1.11269
@@ -1,5 +1,13 @@
 2007-06-26  Stefan Monnier  <address@hidden>
 
+       * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
+       relative to current dir for file-local settings.
+       (autoload-generate-file-autoloads): Add `outfile' arg.
+       (update-directory-autoloads): Use it to directly call
+       autoload-generate-file-autoloads instead of going through
+       update-file-autoloads so we avoid redundant searches and so we can know
+       the set of buffers changed so we can save them all.
+
        * emacs-lisp/autoload.el (autoload-find-destination): Return nil
        rather than throwing `up-to-date'.
        (autoload-generate-file-autoloads): Adjust correspondingly.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]