From: shuhei-k Date: Mon, 5 Apr 1999 14:12:45 +0000 (+0000) Subject: (compile-apel, what-where-apel): Use `load-file' to X-Git-Tag: apel-9_16~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=88acebf748b36f03f857a7e0cbec045eab1436af;p=elisp%2Fapel.git (compile-apel, what-where-apel): Use `load-file' to ensure that EMU_ELS in the current directory is loaded. --- diff --git a/APEL-MK b/APEL-MK index 3a7bab0..2ffbea4 100644 --- a/APEL-MK +++ b/APEL-MK @@ -70,7 +70,7 @@ (defun compile-apel () (config-apel) - (load "EMU-ELS") + (load-file "EMU-ELS") (load-file "APEL-ELS") (compile-elisp-modules emu-modules ".") (compile-elisp-modules apel-modules ".") @@ -115,7 +115,7 @@ (defun what-where-apel () (config-apel) - (load "EMU-ELS") + (load-file "EMU-ELS") (princ (format " The files that belong to the EMU modules: %s