* SEMI-CFG: Add "custom" to load-path.
authoryamaoka <yamaoka>
Thu, 8 Oct 1998 22:34:21 +0000 (22:34 +0000)
committeryamaoka <yamaoka>
Thu, 8 Oct 1998 22:34:21 +0000 (22:34 +0000)
ChangeLog
SEMI-CFG

index 0572353..aed6d88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * SEMI-CFG: Add "custom" to load-path.
+
+\f
 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * SEMI: Version 1.9.0 (Isurugi) released.
index 1136373..de45f0a 100644 (file)
--- a/SEMI-CFG
+++ b/SEMI-CFG
 ;; (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
 ;;;