Delete commented out codes.
[elisp/apel.git] / APEL-MK
diff --git a/APEL-MK b/APEL-MK
index a173c00..0c1f5ac 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)
   )