We could let make clean delete loaddefs.el as well. Or would that
have any negative effects that I'm not aware of?
`make clean' should not delete loaddefs.el because that file is part
of the Emacs distribution. However, if we want to change
bootstrapping to delete loaddefs.el at some sta
Lute Kamstra <[EMAIL PROTECTED]> writes:
> Lute Kamstra <[EMAIL PROTECTED]> writes:
>
>> Add a definition to lisp file A and make it available to other lisp
>> files by adding an autoload cookie. Commit the change. Then add
>> some code to lisp file B that depends on the presence of this
>> defi
Lute Kamstra <[EMAIL PROTECTED]> writes:
> Add a definition to lisp file A and make it available to other lisp
> files by adding an autoload cookie. Commit the change. Then add
> some code to lisp file B that depends on the presence of this
> definition to compile. Commit this change as well.
>
Lute Kamstra <[EMAIL PROTECTED]> writes:
> Consider the following situation.
>
> Add a definition to lisp file A and make it available to other lisp
> files by adding an autoload cookie. Commit the change. Then add some
> code to lisp file B that depends on the presence of this definition to
> c