X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=utils.lisp;h=2a6877fefa71ffec67082d44a23742f0911b21f3;hp=a90b32585b765c4a48c16d169fe141bdb55d0c86;hb=aa7dc8101d1427566aa90f7f8166daef115b2fd1;hpb=0f37aaf4b8b559025d0ea7f38754d04712fd5541 diff --git a/utils.lisp b/utils.lisp index a90b325..2a6877f 100644 --- a/utils.lisp +++ b/utils.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: June 2002 ;;;; -;;;; $Id: utils.lisp,v 1.3 2003/07/12 17:54:05 kevin Exp $ +;;;; $Id: utils.lisp,v 1.4 2003/07/15 04:28:56 kevin Exp $ ;;;; ;;;; This file, part of LML2, is copyrighted and open-source software. ;;;; Rights of modification and redistribution are in the LICENSE file. @@ -73,3 +73,7 @@ #-(or allegro clisp cmu scl sbcl cormanlisp lispworks lucid mcl) (truename ".")) + +(defun fformat (&rest args) + (declare (dynamic-extent args)) + (apply #'format args))