X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Ftomoyo-tools.git;a=blobdiff_plain;f=TOMOYO-CFG;h=acbddfd490861fbdd34f8bf051d034ace9cbdf27;hp=9a82852ab582898f46f2751a798ea88355667e33;hb=c48cb4f231fa86728f4cdf3ad0da02af30c320da;hpb=8a89ab51f334d78d9af812effd7e863bffd548a4 diff --git a/TOMOYO-CFG b/TOMOYO-CFG index 9a82852..acbddfd 100644 --- a/TOMOYO-CFG +++ b/TOMOYO-CFG @@ -4,7 +4,11 @@ ;;; Code: -(require 'install) +(add-to-list 'load-path (expand-file-name ".")) + +(condition-case nil + (require 'install) + (error (error "Please install APEL."))) ;;; @ Please specify prefix of install directory.