Provide 'emu to prevent install.el from loading emu while compiling
authorshuhei-k <shuhei-k>
Tue, 22 Jun 1999 23:17:11 +0000 (23:17 +0000)
committershuhei-k <shuhei-k>
Tue, 22 Jun 1999 23:17:11 +0000 (23:17 +0000)
APEL itself.

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)