]> git.eshelyaron.com Git - emacs.git/commitdiff
(ELCFILES): Update.
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Oct 2008 07:57:59 +0000 (07:57 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Oct 2008 07:57:59 +0000 (07:57 +0000)
lisp/ChangeLog
lisp/Makefile.in

index a94b358919f4e902b985873bec8903c2570802d4..8d1000da75dadb649612cb619cbf9baf4a1ba973 100644 (file)
@@ -4,6 +4,8 @@
 
 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.
 
index 650c0f69bf3d72b924de5ab6a8941243808cbc19..cecbcf8589caf6ca2ebb1a8718dc55023852d1eb 100644 (file)
@@ -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'`; \