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:
cee4a4a
)
Require `poe' before `install' for picking up the macro `eval-when-compile'.
author
yamaoka
<yamaoka>
Fri, 27 Aug 1999 05:11:18 +0000
(
05:11
+0000)
committer
yamaoka
<yamaoka>
Fri, 27 Aug 1999 05:11:18 +0000
(
05:11
+0000)
APEL-CFG
patch
|
blob
|
history
diff --git
a/APEL-CFG
b/APEL-CFG
index
288236c
..
2bc703f
100644
(file)
--- a/
APEL-CFG
+++ b/
APEL-CFG
@@
-6,6
+6,8
@@
(defvar default-load-path load-path)
(setq load-path (cons (expand-file-name ".") load-path))
+
+(require 'poe);; Pickup `eval-when-compile'.
(require 'install)