compatibility.
(install-apel): Don't call `config-apel' directly.
;;; -*-Emacs-Lisp-*-
;;;
-;;; $Id: APEL-MK,v 0.3 1997-05-31 16:39:06 morioka Exp $
+;;; $Id: APEL-MK,v 0.4 1997-11-04 08:52:43 morioka Exp $
;;;
(defun config-apel ()
))
(defun compile-apel ()
- (add-to-list 'load-path (expand-file-name "../emu"))
- (add-to-list 'load-path ".")
- (require 'install)
+ ;;(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")
(compile-elisp-modules emu-modules ".")
(defun install-apel ()
(compile-apel)
- (config-apel)
+ ;;(config-apel)
(install-elisp-modules emu-modules "." EMU_DIR)
(install-elisp-modules apel-modules "." APEL_DIR)
)