CVS update by michaels packages ...
Stephen J. Turnbull
stephen at xemacs.org
Thu Feb 28 13:28:21 EST 2008
xemacs-cvs at xemacs.org writes:
> +# We include xemacs-base in the load path so as to get any the operator
> +# definitions in autoload-operators.el.
Typo "any the" in comment above.
> $(AUTOLOAD_PATH)/auto-autoloads.el :: $(GENERATED_ELC_DEPENDENCIES)
> - $(XEMACS_BATCH_CLEAN) $(LOAD_AUTOLOADS) \
> + $(XEMACS_BATCH_CLEAN) \
> + -eval '(setq load-path (cons "$(XEMACS_PACKAGES_BASE)/xemacs-packages/xemacs-base" load-path)))' \
> + $(LOAD_AUTOLOADS) \
> -eval "$(AUTOLOAD_PACKAGE_NAME)" \
> -eval "$(AUTOLOAD_FILE)" \
> -l autoload -f batch-update-autoloads $^
This is getting hideous. Maybe it's time for a library analogous to
package-compile.el?
More information about the XEmacs-Beta
mailing list