diff options
| author | Stefan Monnier | 2010-04-18 17:45:44 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-04-18 17:45:44 -0400 |
| commit | f8ea0098d95f535fc3d8049b7cae524d6ea33aa8 (patch) | |
| tree | 43351d2ce41d4095c4ef8c49e40442b6aeeba5a2 /lisp/ChangeLog | |
| parent | 8a37fb25cb95a8cc5c1f7e2d2e5404e0dc0f22a2 (diff) | |
| download | emacs-f8ea0098d95f535fc3d8049b7cae524d6ea33aa8.tar.gz emacs-f8ea0098d95f535fc3d8049b7cae524d6ea33aa8.zip | |
Fix duplicate entries in cedet's loaddefs.el files.
* emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
Should make most file-local generated-autoload-file unnecessary.
(print-readably): Silence warnings.
(autoload-find-destination): Take load-name as an arg to make sure
it's the same as the one that will be in the file.
(autoload-generate-file-autoloads): Adjust to above changes.
Try to make the dataflow a bit simpler.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88c2627d561..56127c0f504 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | Fix duplicate entries in cedet's loaddefs.el files. | ||
| 4 | * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever. | ||
| 5 | Should make most file-local generated-autoload-file unnecessary. | ||
| 6 | (print-readably): Silence warnings. | ||
| 7 | (autoload-find-destination): Take load-name as an arg to make sure | ||
| 8 | it's the same as the one that will be in the file. | ||
| 9 | (autoload-generate-file-autoloads): Adjust to above changes. | ||
| 10 | Try to make the dataflow a bit simpler. | ||
| 11 | |||
| 3 | * cvs-status.el (cvs-refontify): Remove unused. | 12 | * cvs-status.el (cvs-refontify): Remove unused. |
| 4 | 13 | ||
| 5 | 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com> | 14 | 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com> |