projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d152d
)
* FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
author
yamaoka
<yamaoka>
Thu, 8 Oct 1998 23:24:55 +0000
(23:24 +0000)
committer
yamaoka
<yamaoka>
Thu, 8 Oct 1998 23:24:55 +0000
(23:24 +0000)
"custom" to load-path.
ChangeLog
patch
|
blob
|
history
FLIM-CFG
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
808e2ab
..
977909a
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,10
@@
1998-10-09 Katsumi Yamaoka <yamaoka@jpl.org>
+ * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
+ "custom" to load-path.
+
+1998-10-09 Katsumi Yamaoka <yamaoka@jpl.org>
+
* mime-def.el (mime-library-product): Enclose with
`eval-and-compile'.
diff --git
a/FLIM-CFG
b/FLIM-CFG
index
0d13317
..
894af45
100644
(file)
--- a/
FLIM-CFG
+++ b/
FLIM-CFG
@@
-18,7
+18,7
@@
(require 'install)
-(add-path "custom")
+(add-latest-path "custom")
(add-path default-directory)
(or (fboundp 'write-region-as-binary)