projects
/
chise
/
tomoyo-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d77a1
)
(load-path): Must add current-directory.
author
tomo
<tomo>
Fri, 14 Dec 2001 09:22:29 +0000
(09:22 +0000)
committer
tomo
<tomo>
Fri, 14 Dec 2001 09:22:29 +0000
(09:22 +0000)
- Display error message if `install' is not found.
TOMOYO-CFG
patch
|
blob
|
history
diff --git
a/TOMOYO-CFG
b/TOMOYO-CFG
index
9a82852
..
acbddfd
100644
(file)
--- 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.