diff options
| author | Glenn Morris | 2008-10-03 07:57:59 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-10-03 07:57:59 +0000 |
| commit | 4028199557c716f861becd0c5e3f1ff116e13051 (patch) | |
| tree | 61295f3b4b77ddadf419fce032c2d584ab017834 | |
| parent | b7d1d1018a0c90564e5c9bac8689966cd68628f4 (diff) | |
| download | emacs-4028199557c716f861becd0c5e3f1ff116e13051.tar.gz emacs-4028199557c716f861becd0c5e3f1ff116e13051.zip | |
(ELCFILES): Update.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
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 | ||
| 5 | 2008-10-03 Glenn Morris <rgm@gnu.org> | 5 | 2008-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? | ||
| 1317 | compile-last: | 1319 | compile-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'`; \ |