From ae3ebf20fef3a4460d3de3fcbe8da50f20a868fb Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 31 May 1997 16:39:06 +0000 Subject: [PATCH] install emu. --- APEL-MK | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/APEL-MK b/APEL-MK index 61902fe..f2844bb 100644 --- a/APEL-MK +++ b/APEL-MK @@ -1,6 +1,6 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: APEL-MK,v 0.2 1997-03-20 02:12:39 morioka Exp $ +;;; $Id: APEL-MK,v 0.3 1997-05-31 16:39:06 morioka Exp $ ;;; (defun config-apel () @@ -23,14 +23,16 @@ (add-to-list 'load-path (expand-file-name "../emu")) (add-to-list 'load-path ".") (require 'install) + (load "EMU-ELS") (load-file "APEL-ELS") + (compile-elisp-modules emu-modules ".") (compile-elisp-modules apel-modules ".") ) (defun install-apel () (compile-apel) (config-apel) - (compile-elisp-modules apel-modules ".") + (install-elisp-modules emu-modules "." EMU_DIR) (install-elisp-modules apel-modules "." APEL_DIR) ) -- 1.7.10.4