X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=composite.lisp;h=4dcc194f03fb0cbae8693c429b465a78518aa6e5;hb=452d8de6a4083dec69347f3cafb49d0b9d5cd7b0;hp=b49eec4867e2bd1443d57622f9fb66773af6050f;hpb=5a80d916816131a1d56a60790cd1e4b5e9c88810;p=umlisp.git diff --git a/composite.lisp b/composite.lisp index b49eec4..4dcc194 100644 --- a/composite.lisp +++ b/composite.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: composite.lisp,v 1.4 2002/10/14 09:25:20 kevin Exp $ +;;;; $Id: composite.lisp,v 1.5 2002/10/14 15:03:43 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -202,6 +202,7 @@ (defun find-ucon2_freq-coc-tui-all (tui) (find-ucon2_freq-tui-all tui #'find-ucon2-coc-tui)) +#+cmu (dolist (c '(ucon_freq ustr_freq usty_freq usrl_freq)) (let ((cl #+cmu (pcl:find-class c) #+sbcl (sb-pcl:find-class c)))