From 7466ecc04835d4280f22315d6123b3ad15ab5af5 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 8 Oct 1998 23:24:55 +0000 Subject: [PATCH] * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding "custom" to load-path. --- ChangeLog | 5 +++++ FLIM-CFG | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 808e2ab..977909a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1998-10-09 Katsumi Yamaoka + * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding + "custom" to load-path. + +1998-10-09 Katsumi Yamaoka + * mime-def.el (mime-library-product): Enclose with `eval-and-compile'. diff --git a/FLIM-CFG b/FLIM-CFG index 0d13317..894af45 100644 --- 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) -- 1.7.10.4