Fix duplicate entries in cedet's loaddefs.el files.
commitf8ea0098d95f535fc3d8049b7cae524d6ea33aa8
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Apr 2010 21:45:44 +0000 (18 17:45 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Apr 2010 21:45:44 +0000 (18 17:45 -0400)
tree43351d2ce41d4095c4ef8c49e40442b6aeeba5a2
parent8a37fb25cb95a8cc5c1f7e2d2e5404e0dc0f22a2
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.
lisp/ChangeLog
lisp/emacs-lisp/autoload.el