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:07:16 +0000

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

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11267
retrieving revision 1.11268
diff -u -b -r1.11267 -r1.11268
--- ChangeLog   26 Jun 2007 17:59:52 -0000      1.11267
+++ ChangeLog   26 Jun 2007 19:07:14 -0000      1.11268
@@ -1,5 +1,17 @@
 2007-06-26  Stefan Monnier  <address@hidden>
 
+       * emacs-lisp/autoload.el (autoload-find-destination): Return nil
+       rather than throwing `up-to-date'.
+       (autoload-generate-file-autoloads): Adjust correspondingly.
+       (update-file-autoloads): Be careful to let-bind
+       autoload-modified-buffers and adjust to new calling conventions.
+       (autoload-modified-buffers): Make it a dynamically scoped var.
+       (update-directory-autoloads): Use file-relative-name instead of
+       autoload-trim-file-name.
+       (autoload-insert-section-header): Don't use autoload-trim-file-name
+       since the file is already relative now.
+       (autoload-trim-file-name): Remove.
+
        * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
        (vc-arch-complete, vc-arch--version-completion-table)
        (vc-arch-revision-completion-table): New functions to provide




reply via email to

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