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

ChangeLog
EMH-CFG

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")