From ff499569d6bc44cceee83dbaf77f786cfef67e65 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 14 Sep 1998 01:00:53 +0000 Subject: [PATCH] Delete commented out codes. --- APEL-MK | 4 ---- 1 file changed, 4 deletions(-) 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) ) -- 1.7.10.4