Incorrectly generated autoloads (erc, ibuffer)
Ville Skyttä
scop at xemacs.org
Mon Aug 16 17:21:59 EDT 2004
Following today's diff-mode autoload borkage by yours truly, I ran a
very crude perl script on all package auto-autoloads.el's, looking for
susceptible stuff.
I found one defun* in erc/auto-autoloads.el, and four defmacro*'s in
ibuffer/auto-autoloads.el. defun* and defmacro* are not supported by
21.4's autoload.el (make-autoload), causing full inclusion of those
functions/macros including their bodies to appear in
auto-autoloads.el's.
I don't know if this actually matters that much nor do I use erc or
ibuffer, but the current behaviour feels ugly. Attached is a patch
using the "dummy autoload" method that "fixes" this in those packages'
auto-autoloads.el's when generated with 21.4.
Comments? Is this worth applying?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pkg-autoloads.patch
Type: text/x-patch
Size: 2674 bytes
Desc: not available
Url : http://calypso.tux.org/pipermail/xemacs-beta/attachments/20040817/e66aad17/attachment.bin
More information about the XEmacs-Beta
mailing list