Update of /project/lisppaste/cvsroot/lisppaste2
In directory common-lisp.net:/tmp/cvs-serv994
Modified Files:
lisppaste.asd
Added Files:
appkit.lisp-expr cocoa-lookup.lisp foundation.lisp-expr
Log Message:
Cocoa lookup
Date: Tue Nov 16 22:58:02 2004
Author: bmastenbrook
Index: lisppaste2/lisppaste.asd
diff -u lisppaste2/lisppaste.asd:1.18 lisppaste2/lisppaste.asd:1.19
--- lisppaste2/lisppaste.asd:1.18 Wed Oct 20 22:22:13 2004
+++ lisppaste2/lisppaste.asd Tue Nov 16 22:58:02 2004
@@ -1,5 +1,5 @@
;;;; Silly emacs, this is -*- Lisp -*-
-;;;; $Id: lisppaste.asd,v 1.18 2004/10/20 20:22:13 bmastenbrook Exp $
+;;;; $Id: lisppaste.asd,v 1.19 2004/11/16 21:58:02 bmastenbrook Exp $
;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/lisppaste.asd,v $
;;;; See the LICENSE file for licensing information.
@@ -33,11 +33,13 @@
(:file "abbrev")
(:file "clhs-lookup" :depends-on ("encode-for-pre" "abbrev"))
(:file "r5rs-lookup" :depends-on ("encode-for-pre"))
+ (:file "cocoa-lookup" :depends-on ("encode-for-pre"))
(:file "elisp-lookup" :depends-on ("encode-for-pre"))
#-lisppaste-no-irc (:file "irc-notification" :depends-on ("variable" "package"))
(:file "lisppaste"
:depends-on ("variable" "clhs-lookup"
"r5rs-lookup"
+ "cocoa-lookup"
"elisp-lookup"
#-lisppaste-no-irc
"irc-notification"))