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:
451afa3
)
Don't provide `emu'; add the latest path of "custom" to `load-path'.
author
yamaoka
<yamaoka>
Wed, 25 Aug 1999 07:06:04 +0000
(07:06 +0000)
committer
yamaoka
<yamaoka>
Wed, 25 Aug 1999 07:06:04 +0000
(07:06 +0000)
APEL-CFG
patch
|
blob
|
history
diff --git
a/APEL-CFG
b/APEL-CFG
index
8561547
..
288236c
100644
(file)
--- a/
APEL-CFG
+++ b/
APEL-CFG
@@
-6,11
+6,16
@@
(defvar default-load-path load-path)
(setq load-path (cons (expand-file-name ".") load-path))
-;; prevent install.el from loading 'emu while compiling APEL.
-(provide 'emu)
(require 'install)
+;;;
+;;; @@ Please specify CUSTOM path.
+;;;
+
+(add-latest-path "custom")
+
+
;;; @ Please specify prefix of install directory.
;;;