Michael Sperber <sperber(a)informatik.uni-tuebingen.de> writes:
Here's the recipe.
cd to the the current package hierarchy.
find . -name dumped-lisp.el -exec rm '{}' \;
rm comm/vm/vm-loaddefs.el
Apply the attached patch.
This patch isn't going to work quite right. The DOC strings for all
loaded files will be lost. I thought the best solution was what was
originally done for EFS with efs-auto.el.
Did I mention that read-time macros (this is the oh-so-fabulous Erik
Naggum's idea, no?) are just about the dumbest dumb-ass idea I've ever
seen in Elisp design additions? Well, they are.
Sigh. They're a cool idea from a maintainer's standpoint.