From: morioka Date: Mon, 14 Sep 1998 01:00:53 +0000 (+0000) Subject: Delete commented out codes. X-Git-Tag: apel-8_18~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ff499569d6bc44cceee83dbaf77f786cfef67e65;p=elisp%2Fapel.git Delete commented out codes. --- 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) )