From: yamaoka Date: Thu, 8 Oct 1998 23:21:20 +0000 (+0000) Subject: * EMH-CFG: Use `add-latest-path' instead of `add-path' for adding X-Git-Tag: emh-1_8-199811302358~7 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960ea609d15d55fcc898c432671d7285e2700879;p=elisp%2Femh.git * EMH-CFG: Use `add-latest-path' instead of `add-path' for adding "custom" to load-path. --- diff --git a/ChangeLog b/ChangeLog index 4b6a0aa..25ed1cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1998-10-09 Katsumi Yamaoka + * EMH-CFG: Use `add-latest-path' instead of `add-path' for adding + "custom" to load-path. + +1998-10-09 Katsumi Yamaoka + * 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 --- 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")