From 88acebf748b36f03f857a7e0cbec045eab1436af Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Mon, 5 Apr 1999 14:12:45 +0000 Subject: [PATCH] (compile-apel, what-where-apel): Use `load-file' to ensure that EMU_ELS in the current directory is loaded. --- APEL-MK | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4