From: Glenn Morris Date: Fri, 3 Oct 2008 07:57:59 +0000 (+0000) Subject: (ELCFILES): Update. X-Git-Tag: emacs-pretest-23.0.90~2667 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4028199557c716f861becd0c5e3f1ff116e13051;p=emacs.git (ELCFILES): Update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a94b358919f..8d1000da75d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,6 +4,8 @@ 2008-10-03 Glenn Morris + * Makefile.in (ELCFILES): Update. + * frame.el (set-default-font): Make obsolete. * mouse.el (mouse-set-font): Use set-frame-font. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 650c0f69bf3..cecbcf8589c 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1122,6 +1122,7 @@ ELCFILES = \ $(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 \ @@ -1314,6 +1315,7 @@ compile-always: doit $(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'`; \