diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4646adc3627..6d370f78544 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-11-22 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (recompile): Depend on compile-first. | ||
| 4 | |||
| 1 | 2008-11-22 Martin Rudalics <rudalics@gmx.at> | 5 | 2008-11-22 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * files.el (switch-to-buffer-other-window) | 7 | * files.el (switch-to-buffer-other-window) |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 993a3ea22ff..a615d86208a 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -1363,7 +1363,7 @@ compile-after-backup: backup-compiled-files compile-always | |||
| 1363 | # ii) Compiling multiple files in the same instance of Emacs is wrong, | 1363 | # ii) Compiling multiple files in the same instance of Emacs is wrong, |
| 1364 | # since the environment of later files is affected by definitions in | 1364 | # since the environment of later files is affected by definitions in |
| 1365 | # earlier ones. | 1365 | # earlier ones. |
| 1366 | recompile: doit $(LOADDEFS) $(lisp)/progmodes/cc-mode.elc | 1366 | recompile: doit $(LOADDEFS) compile-first $(lisp)/progmodes/cc-mode.elc |
| 1367 | $(emacs) --eval "(batch-byte-recompile-directory 0)" $(lisp) | 1367 | $(emacs) --eval "(batch-byte-recompile-directory 0)" $(lisp) |
| 1368 | 1368 | ||
| 1369 | # Update MH-E internal autoloads. These are not to be confused with | 1369 | # Update MH-E internal autoloads. These are not to be confused with |