aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-10-03 07:57:59 +0000
committerGlenn Morris2008-10-03 07:57:59 +0000
commit4028199557c716f861becd0c5e3f1ff116e13051 (patch)
tree61295f3b4b77ddadf419fce032c2d584ab017834
parentb7d1d1018a0c90564e5c9bac8689966cd68628f4 (diff)
downloademacs-4028199557c716f861becd0c5e3f1ff116e13051.tar.gz
emacs-4028199557c716f861becd0c5e3f1ff116e13051.zip
(ELCFILES): Update.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/Makefile.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a94b358919f..8d1000da75d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,8 @@
4 4
52008-10-03 Glenn Morris <rgm@gnu.org> 52008-10-03 Glenn Morris <rgm@gnu.org>
6 6
7 * Makefile.in (ELCFILES): Update.
8
7 * frame.el (set-default-font): Make obsolete. 9 * frame.el (set-default-font): Make obsolete.
8 * mouse.el (mouse-set-font): Use set-frame-font. 10 * mouse.el (mouse-set-font): Use set-frame-font.
9 11
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 = \
1122 $(lisp)/tempo.elc \ 1122 $(lisp)/tempo.elc \
1123 $(lisp)/term.elc \ 1123 $(lisp)/term.elc \
1124 $(lisp)/term/common-win.elc \ 1124 $(lisp)/term/common-win.elc \
1125 $(lisp)/term/internal.elc \
1125 $(lisp)/term/ns-win.elc \ 1126 $(lisp)/term/ns-win.elc \
1126 $(lisp)/term/pc-win.elc \ 1127 $(lisp)/term/pc-win.elc \
1127 $(lisp)/term/rxvt.elc \ 1128 $(lisp)/term/rxvt.elc \
@@ -1314,6 +1315,7 @@ compile-always: doit
1314 $(MAKE) $(MFLAGS) compile EMACS=$(EMACS) 1315 $(MAKE) $(MFLAGS) compile EMACS=$(EMACS)
1315 1316
1316## In case any files are missing from ELCFILES. 1317## In case any files are missing from ELCFILES.
1318## Why is the UnicodeData check needed, when these files are no-byte-compile?
1317compile-last: 1319compile-last:
1318 @wd=$(lisp); $(setwins); \ 1320 @wd=$(lisp); $(setwins); \
1319 els=`echo "$$wins " | sed -e 's|/\./|/|g' -e 's|/\. | |g' -e 's| |/*.el |g'`; \ 1321 els=`echo "$$wins " | sed -e 's|/\./|/|g' -e 's|/\. | |g' -e 's| |/*.el |g'`; \