(setq x-site-lisp nil) (while (progn (setq tem (car load-path)) (setq tem1 (string-match "site-lisp" tem)) (if tem1 (progn (setq load-path (cdr load-path)) (setq x-site-lisp (cons tem x-site-lisp))) nil)))