From 902520f7019808e107839b119bc6d26cf4941fc2 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 8 Oct 1998 22:34:21 +0000 Subject: [PATCH] * SEMI-CFG: Add "custom" to load-path. --- ChangeLog | 5 +++++ SEMI-CFG | 14 ++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0572353..aed6d88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-10-09 Katsumi Yamaoka + + * SEMI-CFG: Add "custom" to load-path. + + 1998-10-07 MORIOKA Tomohiko * SEMI: Version 1.9.0 (Isurugi) released. diff --git a/SEMI-CFG b/SEMI-CFG index 1136373..de45f0a 100644 --- a/SEMI-CFG +++ b/SEMI-CFG @@ -96,6 +96,20 @@ ;; (add-path "w3-4.0pre.20" 'all-paths) +;;; +;;; @@ Please specify CUSTOM path. +;;; + +(let ((path (get-latest-path "custom" 'all-paths))) + (when path + (add-path path) + (add-path (expand-file-name "lisp" path)) ; run-in-place installation + )) + +;; Or please specify path. +;; (add-path "custom-1.9962" 'all-paths) + + ;;; @ shell ;;; -- 1.7.10.4