repo.or.cz
/
tilde.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
eff85f0
)
Automatically install the tilde expander after the system is loaded. From David Licht...
author
Zach Beane
<
[email protected]
>
Thu, 10 Jul 2008 12:45:14 +0000
(10 12:45 +0000)
committer
Zach Beane
<
[email protected]
>
Thu, 10 Jul 2008 12:45:14 +0000
(10 12:45 +0000)
tilde.asd
patch
|
blob
|
blame
|
history
diff --git
a/tilde.asd
b/tilde.asd
index
2145515
..
088d149
100644
(file)
--- a/
tilde.asd
+++ b/
tilde.asd
@@
-3,3
+3,6
@@
(asdf:defsystem #:tilde
:depends-on (#:sb-posix)
:components ((:file "tilde")))
+
+(defmethod perform :after ((o load-op) (c (eql (find-system "tilde"))))
+ (funcall (find-symbol "INSTALL-TILDE-EXPANDER" :tilde)))