(decode-coding-string): Regard integer as coding-system.
[elisp/apel.git] / APEL-MK
diff --git a/APEL-MK b/APEL-MK
index a173c00..f81dc42 100644 (file)
--- a/APEL-MK
+++ b/APEL-MK
@@ -24,9 +24,6 @@
     ))
 
 (defun compile-apel ()
-  ;;(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")
@@ -36,7 +33,6 @@
 
 (defun install-apel ()
   (compile-apel)
-  ;;(config-apel)
   (install-elisp-modules emu-modules   "."     EMU_DIR)
   (install-elisp-modules apel-modules  "."     APEL_DIR)
   )
 (defun install-apel-package ()
   (config-apel-package)
   (load "EMU-ELS")
+  
+  (compile-elisp-modules emu-modules   ".")
+  (compile-elisp-modules apel-modules  ".")
+  
   (let ((dir (expand-file-name APEL_PREFIX
                               (expand-file-name "lisp"
                                                 PACKAGEDIR))))