bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#4446: remove ###autoload from ediff-hook.el


From: Stefan Monnier
Subject: bug#4446: remove ###autoload from ediff-hook.el
Date: Thu, 24 Sep 2009 18:12:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

>> Luckily, ldefs-boot.el saves the day:  Tada!
> Huh, for some reason I thought ldefs-boot wasn't used anymore during
> bootstrap, but it is. I thought this was therefore going to be
> straightforward, but because loadup.el sets purify-flag nil in
> bootstrap-emacs, when the autoloads are made, preloaded-file-list only
> contains loadup.el.

BTW, the list of preloaded files is already encoded in src/Makefile.in.
Or you could otherwise extract it statically with something like

   sed -n -e 's/.*(load "\(.*\)".*/\1/p' lisp/loadup.el


-- Stefan





reply via email to

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