X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=SEMI-CFG;h=3d069e5c86802758505f610197ed3ae7608e80c0;hb=b31d0b14648c0ed9cdb41b7d29018627e38d8658;hp=f09e497cdb3b6d6b3d0fd9e48b4701d9ae988d82;hpb=7a4e14c7dbbddd353e26498b97adc87aa38e213e;p=elisp%2Fsemi.git diff --git a/SEMI-CFG b/SEMI-CFG index f09e497..3d069e5 100644 --- a/SEMI-CFG +++ b/SEMI-CFG @@ -15,6 +15,7 @@ (progn (add-to-list 'default-load-path LISPDIR) (add-to-list 'load-path LISPDIR) + (add-to-list 'load-path (expand-file-name "emu" LISPDIR)) (add-to-list 'load-path (expand-file-name "apel" LISPDIR)) )) @@ -139,29 +140,6 @@ "tm-plain" "tm-ps" "tmdecode")) -(defvar PACKAGEDIR - (let ((dirs (append - (cond ((boundp 'early-package-hierarchies) - (append (if early-package-load-path - early-package-hierarchies) - (if late-package-load-path - late-package-hierarchies) - (if last-package-load-path - last-package-hierarchies))) - ((boundp 'early-packages) - (append (if early-package-load-path - early-packages) - (if late-package-load-path - late-packages) - (if last-package-load-path - last-packages)))) - (if (and (boundp 'configure-package-path) - (listp configure-package-path)) - (delete "" configure-package-path)))) - dir) - (while (and (setq dir (car dirs)) - (not (file-exists-p dir))) - (setq dirs (cdr dirs))) - dir)) +(defvar PACKAGEDIR (install-get-default-package-directory)) ;;; SEMI-CFG ends here