r5185: *** empty log message ***
[umlisp.git] / package.lisp
index 38ace45039d251a727cc3998534a6be4aa0a8fa2..9e0972f3bbcc9586e7a609dd5a998dad751b839b 100644 (file)
@@ -7,19 +7,19 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.19 2003/05/26 14:53:33 kevin Exp $
+;;;; $Id: package.lisp,v 1.24 2003/06/24 08:49:09 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
-;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
+;;;;    Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D.
 ;;;;
 ;;;; UMLisp users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the GNU General Public License.
 ;;;; *************************************************************************
 
-(in-package :cl-user)
+(in-package #:cl-user)
 
-(defpackage umlisp
-  (:nicknames :u)
+(defpackage #:umlisp
+  (:nicknames #:u)
   (:use #:kmrcl #:common-lisp #:hyperobject)
   (:export 
    
@@ -37,7 +37,7 @@
    #:s#def #:s#sty #:s#term #:s#str #:s#atx #:s#lo #:s#sat #:s#rel #:s#coc
    #:s#so #:s#cxt
    #:pfstr #:pfstr2 #:lrl #:def #:ts #:cui1 #:cui2 #:rela #:sl #:mg #:rel
-   #:soc #:cot #:cof #:coa
+   #:soc #:cot #:cof #:coa #:isn #:fr #:un #:sna #:soui
    
    ;; From class-support.lisp
    #:ucon-has-tui
@@ -45,6 +45,7 @@
    #:fmt-cui #:fmt-tui #:fmt-sui #:fmt-eui #:fmt-tui
    #:display-con #:display-term #:display-str
    #:uterm-pfstr
+   #:cui-p #:lui-p #:sui-p #:tui-p #:eui-p
    
    ;; From sql.lisp
    #:umls-sql-user!
@@ -65,8 +66,8 @@
    #:find-uterm-in-ucon
    #:find-ustr-in-uterm
    #:find-ustr-in-ucon
-
    #:*current-srl*
+   #:parse-cui #:parse-lui #:parse-sui #:parse-tui #:parse-eui
    
    ;; From sql-classes.lisp
    
    #:find-ucon-normalized-word
    #:find-ustr-word
    #:find-ustr-normalized-word
+   #:find-uterm-multiword
+   #:find-uterm-word
+   #:find-uterm-normalized-word
    #:find-ucon-multiword
    #:find-ucon-normalized-multiword
    #:find-ustr-multiword