emacs-devel
[Top][All Lists]
Advanced

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

Dependencies in lisp/


From: Eli Zaretskii
Subject: Dependencies in lisp/
Date: Tue, 27 Nov 2001 09:20:23 +0200 (IST)

On Tue, 27 Nov 2001, Kenichi Handa wrote:

> We should somehow force bootstrapping if something is
> changed in mule-conf.el to avoid this kind of error in the
> future.

> We should somehow force bootstrapping if something is
> changed in mule-conf.el to avoid this kind of error in the
> future.

I think bootstrapping is an overkill; all you need is to byte-compile
mule-conf and dump Emacs, right?

There are a few similar problems in the lisp directory.  For example,
changes in derived.el or easy-mmode.el sometimes require to recompile
all the *.el files which use define-derived-mode or define-minor-mode.

I think Someone(tm) should figure out such dependencies between Lisp
files and update lisp/Makefile.in accordingly.



reply via email to

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