2008-10-03 Glenn Morris <rgm@gnu.org>
+ * Makefile.in (ELCFILES): Update.
+
* frame.el (set-default-font): Make obsolete.
* mouse.el (mouse-set-font): Use set-frame-font.
$(lisp)/tempo.elc \
$(lisp)/term.elc \
$(lisp)/term/common-win.elc \
+ $(lisp)/term/internal.elc \
$(lisp)/term/ns-win.elc \
$(lisp)/term/pc-win.elc \
$(lisp)/term/rxvt.elc \
$(MAKE) $(MFLAGS) compile EMACS=$(EMACS)
## In case any files are missing from ELCFILES.
+## Why is the UnicodeData check needed, when these files are no-byte-compile?
compile-last:
@wd=$(lisp); $(setwins); \
els=`echo "$$wins " | sed -e 's|/\./|/|g' -e 's|/\. | |g' -e 's| |/*.el |g'`; \