X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=2%2Futils.lisp;h=2a6877fefa71ffec67082d44a23742f0911b21f3;hp=a90b32585b765c4a48c16d169fe141bdb55d0c86;hb=dfca04d9b53264cb05872767a95eecaf4162bc65;hpb=8c4ce88a9dcd9ed4b4fa8f5032683ea6bffc0a28 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))