projects
/
elisp
/
emh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
255a71f
)
* EMH-CFG: Use `add-latest-path' instead of `add-path' for adding
author
yamaoka
<yamaoka>
Thu, 8 Oct 1998 23:21:20 +0000
(23:21 +0000)
committer
yamaoka
<yamaoka>
Thu, 8 Oct 1998 23:21:20 +0000
(23:21 +0000)
"custom" to load-path.
ChangeLog
patch
|
blob
|
history
EMH-CFG
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
4b6a0aa
..
25ed1cf
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,10
@@
1998-10-09 Katsumi Yamaoka <yamaoka@jpl.org>
+ * EMH-CFG: Use `add-latest-path' instead of `add-path' for adding
+ "custom" to load-path.
+
+1998-10-09 Katsumi Yamaoka <yamaoka@jpl.org>
+
* EMH-CFG: Add "custom" to load-path. Use `if' and `progn' instead
of `when'.
diff --git
a/EMH-CFG
b/EMH-CFG
index
12679fd
..
3041e04
100644
(file)
--- a/
EMH-CFG
+++ b/
EMH-CFG
@@
-22,7
+22,7
@@
(require 'install)
(error (error "Please install APEL 8.2 or later.")))
-(add-path "custom")
+(add-latest-path "custom")
(add-path "flim")
(add-path "semi")