(defvar default-load-path load-path)
(setq load-path (cons (expand-file-name ".") load-path))
+;; prevent install.el from loading 'emu while compiling APEL.
+(provide 'emu)
(require 'install)
;; (setq install-default-elisp-directory "~/lib/emacs/lisp")
(setq APEL_DIR (expand-file-name APEL_PREFIX LISPDIR))
+;; (setq APEL_DIR (expand-file-name APEL_PREFIX VERSION_SPECIFIC_LISPDIR))
(defvar PACKAGEDIR
(if (boundp 'early-packages)