r5080: *** empty log message ***
[umlisp.git] / class-support.lisp
index f7975e714f02143631b0f18921fb38b622a928b4..413f31470b94724bfaea8e4173356e49b4084416 100644 (file)
@@ -7,10 +7,10 @@
 ;;;; Author:       Kevin M. Rosenberg
 ;;;; Date Started: Apr 2000
 ;;;;
-;;;; $Id: class-support.lisp,v 1.9 2003/05/26 14:53:33 kevin Exp $
+;;;; $Id: class-support.lisp,v 1.11 2003/06/10 22:30:16 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.
@@ -21,8 +21,6 @@
 
 ;;; Formatting routines
 
-
-
 (defgeneric fmt-cui (c))
 (defmethod fmt-cui ((c ucon))
   (fmt-cui (cui c)))
   "Return the string for a ulo object"
   (find-string-sui (sui lo)))
 
-(defmethod uterm-pfstr (uterm)
+(defun uterm-pfstr (uterm)
   "Return the preferred string for a uterm"
   (dolist (ustr (s#str uterm))
     (when (string= "PF" (stt ustr))
       (return-from uterm-pfstr (str ustr)))))
 
-(defmethod remove-non-english-terms (uterms)
+(defun remove-non-english-terms (uterms)
   (remove-if-not #'english-term-p uterms))