* FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
authoryamaoka <yamaoka>
Thu, 8 Oct 1998 23:24:55 +0000 (23:24 +0000)
committeryamaoka <yamaoka>
Thu, 8 Oct 1998 23:24:55 +0000 (23:24 +0000)
"custom" to load-path.

ChangeLog
FLIM-CFG

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'.
 
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)