Don't provide `emu'; add the latest path of "custom" to `load-path'.
authoryamaoka <yamaoka>
Wed, 25 Aug 1999 07:06:04 +0000 (07:06 +0000)
committeryamaoka <yamaoka>
Wed, 25 Aug 1999 07:06:04 +0000 (07:06 +0000)
APEL-CFG

index 8561547..288236c 100644 (file)
--- a/APEL-CFG
+++ b/APEL-CFG
@@ -6,11 +6,16 @@
 
 (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)
 
 
+;;;
+;;; @@ Please specify CUSTOM path.
+;;;
+
+(add-latest-path "custom")
+
+
 ;;; @ Please specify prefix of install directory.
 ;;;