Uwe Brauer writes:
about a function called declare-function which GNU emacs
(defalias 'declare-function 'ignore)
IMHO the need for this function is a symptom of poor programming
practice. If the function being declared is internal, require the
library and be done with it. If it's an entry point it ought to be
autoloaded, and the byte compiler should be able to deal with it.
I can't help with the other part, although Mike seems to have some
ideas.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta