X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Futils.lisp;h=2a6877fefa71ffec67082d44a23742f0911b21f3;hb=dfca04d9b53264cb05872767a95eecaf4162bc65;hp=a90b32585b765c4a48c16d169fe141bdb55d0c86;hpb=56101303de2ecd982a094e354a4d4d2eb1547d81;p=lml.git diff --git a/2/utils.lisp b/2/utils.lisp index a90b325..2a6877f 100644 --- a/2/utils.lisp +++ b/2/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))