From: shuhei-k Date: Tue, 22 Jun 1999 23:17:11 +0000 (+0000) Subject: Provide 'emu to prevent install.el from loading emu while compiling X-Git-Tag: apel-9_20~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=400ee51e70501c6609eba96efa426a7b447fbb6e;p=elisp%2Fapel.git Provide 'emu to prevent install.el from loading emu while compiling APEL itself. --- diff --git a/APEL-CFG b/APEL-CFG index fa1c828..8561547 100644 --- 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)