diff options
| author | Gerd Moellmann | 1999-10-08 21:54:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-08 21:54:44 +0000 |
| commit | 57f707e72d04e232cf2e3c0b25d9380f9106f6dd (patch) | |
| tree | fe23f513a8b847d1a3b9bad5dfa8513b8a5a918f /lisp/ChangeLog | |
| parent | 11e4de5d25025ebb8fe77fdc5a53c69b1a6c65ca (diff) | |
| download | emacs-57f707e72d04e232cf2e3c0b25d9380f9106f6dd.tar.gz emacs-57f707e72d04e232cf2e3c0b25d9380f9106f6dd.zip | |
(compile): Compile files one by one. Set load-path to
current directory and subdirectories when compiling.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b2897a713b..b81771d8f36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile (compile): Compile files one by one. Set load-path to | ||
| 4 | current directory and subdirectories when compiling. | ||
| 5 | |||
| 6 | 1999-10-08 Gerd Moellmann <gerd@gnu.org> | ||
| 7 | |||
| 3 | * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | 8 | * Makefile (EMACSOPT, DONTCOMPILE, EL): New. |
| 4 | (emacs): Use it everywhere instead of EMACS. | 9 | (emacs): Use it everywhere instead of EMACS. |
| 5 | (compile): New target. Compile all Lisp files from scratch. | 10 | (compile): New target. Compile all Lisp files from scratch. |