(compile-apel): Use `config-apel'; don't use `add-to-list' for
[elisp/apel.git] / APEL-MK
diff --git a/APEL-MK b/APEL-MK
index f2844bb..852fd46 100644 (file)
--- a/APEL-MK
+++ b/APEL-MK
@@ -1,6 +1,6 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: APEL-MK,v 0.3 1997-05-31 16:39:06 morioka Exp $
+;;; $Id: APEL-MK,v 0.4 1997-11-04 08:52:43 morioka Exp $
 ;;;
 
 (defun config-apel ()
     ))
 
 (defun compile-apel ()
-  (add-to-list 'load-path (expand-file-name "../emu"))
-  (add-to-list 'load-path ".")
-  (require 'install)
+  ;;(add-to-list 'load-path (expand-file-name "../emu"))
+  ;;(add-to-list 'load-path ".")
+  ;;(require 'install)
+  (config-apel)
   (load "EMU-ELS")
   (load-file "APEL-ELS")
   (compile-elisp-modules emu-modules   ".")
@@ -31,7 +32,7 @@
 
 (defun install-apel ()
   (compile-apel)
-  (config-apel)
+  ;;(config-apel)
   (install-elisp-modules emu-modules   "."     EMU_DIR)
   (install-elisp-modules apel-modules  "."     APEL_DIR)
   )