From: yamaoka Date: Mon, 21 Jun 2010 23:22:23 +0000 (+0000) Subject: Add emu subdirectory to load-path when LISPDIR is specified. X-Git-Tag: semi-1_14-wl-root~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9216c3e53bc398a62c69d797b49f7b29034702e2;p=elisp%2Fsemi.git Add emu subdirectory to load-path when LISPDIR is specified. --- diff --git a/ChangeLog b/ChangeLog index 197a321..1beb192 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-06-21 Katsumi Yamaoka + + * SEMI-CFG: Add emu subdirectory to load-path when LISPDIR is + specified. Suggested by Kazuhiro NISHIYAMA . + 2010-06-04 David Maus * pgg-parse.el: Add reference to RFC4880. diff --git a/SEMI-CFG b/SEMI-CFG index 8ff6eac..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)) ))