From 4028199557c716f861becd0c5e3f1ff116e13051 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 3 Oct 2008 07:57:59 +0000 Subject: [PATCH] (ELCFILES): Update. --- lisp/ChangeLog | 2 ++ lisp/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) 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'`; \ -- 2.39.5