projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f111d8b
)
Delete commented out codes.
author
morioka
<morioka>
Mon, 14 Sep 1998 01:00:53 +0000
(
01:00
+0000)
committer
morioka
<morioka>
Mon, 14 Sep 1998 01:00:53 +0000
(
01:00
+0000)
APEL-MK
patch
|
blob
|
history
diff --git
a/APEL-MK
b/APEL-MK
index
a173c00
..
0c1f5ac
100644
(file)
--- a/
APEL-MK
+++ b/
APEL-MK
@@
-24,9
+24,6
@@
))
(defun compile-apel ()
- ;;(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")
@@
-36,7
+33,6
@@
(defun install-apel ()
(compile-apel)
- ;;(config-apel)
(install-elisp-modules emu-modules "." EMU_DIR)
(install-elisp-modules apel-modules "." APEL_DIR)
)