From: yamaoka Date: Thu, 8 Oct 1998 22:34:21 +0000 (+0000) Subject: * SEMI-CFG: Add "custom" to load-path. X-Git-Tag: semi-1_9-199811302358^2~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=902520f7019808e107839b119bc6d26cf4941fc2;p=elisp%2Fsemi.git * SEMI-CFG: Add "custom" to load-path. --- 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 ;;;