r3591: *** empty log message ***
[umlisp.git] / package.lisp
index 022a6ff87f7fcfb1acb4b18c92e62115e738fb33..9b1120c0cb76caa5aa6156dde16d799ea58afb96 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.12 2002/11/12 18:05:00 kevin Exp $
+;;;; $Id: package.lisp,v 1.14 2002/12/09 14:11:09 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -35,6 +35,8 @@
    ;; From sql.lisp
    #:umls-sql-user!
    #:umls-sql-passwd!
+   #:umls-sql-db!
+   #:umls-sql-host!
    #:with-sql-connection
    #:mutex-sql-execute
    #:mutex-sql-query
    #:sstr
    #:sstre1
    #:sstre2
+
+   #:english-term-p
    ))