Fix my useless changes.
authoryamaoka <yamaoka>
Fri, 9 Oct 1998 00:24:14 +0000 (00:24 +0000)
committeryamaoka <yamaoka>
Fri, 9 Oct 1998 00:24:14 +0000 (00:24 +0000)
SEMI-CFG

index e760d73..196d83a 100644 (file)
--- a/SEMI-CFG
+++ b/SEMI-CFG
 ;;;
 
 (let ((path (get-latest-path "bbdb" 'all-paths)))
-  (if path
-      (progn
-       (add-path path)
-       (add-path (expand-file-name "lisp" path)) ; run-in-place installation
-       )))
+  (when path
+    (add-path path)
+    (add-path (expand-file-name "lisp" path)) ; run-in-place installation
+    ))
 
 ;; Or please specify path.
 ;; (add-path "bbdb-1.50" 'all-paths)
 ;;;
 
 (let ((path (get-latest-path "w3" 'all-paths)))
-  (if path
-      (progn
-       (add-path path)
-       (add-path (expand-file-name "lisp" path)) ; run-in-place installation
-       )))
+  (when path
+    (add-path path)
+    (add-path (expand-file-name "lisp" path)) ; run-in-place installation
+    ))
 
 ;; Or please specify path.
 ;; (add-path "w3-4.0pre.20" 'all-paths)