Provide 'emu to prevent install.el from loading emu while compiling
[elisp/apel.git] / APEL-CFG
index fa1c828..8561547 100644 (file)
--- a/APEL-CFG
+++ b/APEL-CFG
@@ -6,6 +6,8 @@
 
 (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)
 
 
@@ -44,6 +46,7 @@
 ;; (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)