X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=APEL-MK;fp=APEL-MK;h=0c1f5acf1e6e3f951c32b3069bab85864f4815cf;hb=ff499569d6bc44cceee83dbaf77f786cfef67e65;hp=a173c008c4cbc017f8c9335f67585233a733b400;hpb=f111d8bdba795050400b9cb4cc1ac8bfa71f885a;p=elisp%2Fapel.git diff --git a/APEL-MK b/APEL-MK index a173c00..0c1f5ac 100644 --- 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) )