emacs-devel
[Top][All Lists]
Advanced

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

update-directory-autoloads: multiple calls override file?


From: T. V. Raman
Subject: update-directory-autoloads: multiple calls override file?
Date: Mon, 9 Jul 2007 21:34:22 -0700

The behavior of 
update-directory-autoloads
seems to have changed after the CL cited at the end of this
message.


Until now, I could call that function on a list of directories
one at a time, and have all the generated autoloads collected
into a single file.

But now, only the autoloads from the last of the directories
appears to survive.


2007-07-07  Stefan Monnier  <address@hidden>

        * files.el (find-file-confirm-nonexistent-file): Rename from
        find-file-confirm-inexistent-file.  Update users.

        * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
        format of autoload block where the file's time-stamp is replaced by its
        MD5 checksum.
        (autoload-generate-file-autoloads): Use MD5 checksum instead of
        time-stamp for secondary autoloads files.
        (update-directory-autoloads): Remove duplicate entries.
        Use time-less-p for time-stamps, as done in autoload-find-destination.

-- 
Best Regards,
--raman

      
Email:  address@hidden
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: address@hidden
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs




reply via email to

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