diff options
| author | Eli Zaretskii | 2008-01-05 16:10:26 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-01-05 16:10:26 +0000 |
| commit | 0b534ed79ad62889cf2aec8dffcb4e3fe790c2ec (patch) | |
| tree | 01c77813318656928bdf2babfa501f21c2036b73 /lisp/ChangeLog | |
| parent | 84b83f784229e23b0df4f32bd3294451edc81477 (diff) | |
| download | emacs-0b534ed79ad62889cf2aec8dffcb4e3fe790c2ec.tar.gz emacs-0b534ed79ad62889cf2aec8dffcb4e3fe790c2ec.zip | |
(custom-deps, finder-data): Depend on autoloads instead of loaddefs.el.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27f4252195c..037ec689fd0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | 2007-01-05 Glenn Morris <rgm@gnu.org> | 1 | 2008-01-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | |||
| 3 | * Makefile.in (custom-deps, finder-data): Depend on autoloads | ||
| 4 | instead of loaddefs.el. | ||
| 5 | |||
| 6 | 2008-01-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | 7 | ||
| 3 | * progmodes/verilog-mode.el: Replace all instances of | 8 | * progmodes/verilog-mode.el: Replace all instances of |
| 4 | string-to-int with string-to-number, insert-string with insert, | 9 | string-to-int with string-to-number, insert-string with insert, |