r5306: add new attribute commands
[lml2.git] / utils.lisp
index a90b32585b765c4a48c16d169fe141bdb55d0c86..2a6877fefa71ffec67082d44a23742f0911b21f3 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg\r
 ;;;; Date Started:  June 2002\r
 ;;;;\r
-;;;; $Id: utils.lisp,v 1.3 2003/07/12 17:54:05 kevin Exp $\r
+;;;; $Id: utils.lisp,v 1.4 2003/07/15 04:28:56 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of LML2, is copyrighted and open-source software.\r
 ;;;; Rights of modification and redistribution are in the LICENSE file.\r
@@ -73,3 +73,7 @@
   #-(or allegro clisp cmu scl sbcl cormanlisp lispworks lucid mcl) (truename "."))\r
 \r
 \r
+\r
+(defun fformat (&rest args)\r
+  (declare (dynamic-extent args))\r
+  (apply #'format args))\r