Automatically install the tilde expander after the system is loaded. From David Licht...
authorZach Beane <[email protected]>
Thu, 10 Jul 2008 12:45:14 +0000 (10 12:45 +0000)
committerZach Beane <[email protected]>
Thu, 10 Jul 2008 12:45:14 +0000 (10 12:45 +0000)
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)))