"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
The XEmacs Package Smoketest writes:
> These are the results from the XEmacs Package Smoketest:
>
> 21.5-nomule -- ok
> 21.5-mule -- ok
> 21.4-mule -- errors
> 21.4-nomule -- errors
Isn't it time we fix this?
Well, I've updated package-future.el to take account of Mike's most
recent tweaks (autoload-operators.el in xemacs-base). I made the
obvious change, it (somewhat surprisingly) worked the first time,
except for this crap in jde/lisp/auto-autoloads.el.
What happens, I think, is that the defcustom gets run at autoload
time, and that calls the set method, which calls
`tempo-define-template', which isn't defined.
I think this has to go.
;;;###autoload
(defcustom jde-gen-hashcode-method-template
The XEmacs 21.5 converts this `defcustom' into a `defvar', and thus the
tempo call never makes it into auto-autoloads.el. This change was made
in changeset c4c8a36043be:
2005-02-02 Ben Wing <ben(a)xemacs.org>
* easy-mmode.el, regexp-opt.el:
Move these files into core.
Uncomment stuff depending on new custom.el.
* autoload.el:
[...]
It doesn't seem to be in 21.4. Shouldn't it?
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta