From: yamaoka Date: Fri, 9 Oct 1998 00:24:14 +0000 (+0000) Subject: Fix my useless changes. X-Git-Tag: semi-1_9-199811302358^2~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9e10a713159769251a0061de359606a78e673def;p=elisp%2Fsemi.git Fix my useless changes. --- diff --git a/SEMI-CFG b/SEMI-CFG index e760d73..196d83a 100644 --- a/SEMI-CFG +++ b/SEMI-CFG @@ -72,11 +72,10 @@ ;;; (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) @@ -87,11 +86,10 @@ ;;; (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)