ensure that EMU_ELS in the current directory is loaded.
(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 ".")
(defun what-where-apel ()
(config-apel)
- (load "EMU-ELS")
+ (load-file "EMU-ELS")
(princ (format "
The files that belong to the EMU modules:
%s