Update domain name to kpe.io
[lml.git] / api.lisp
index 6530189687fadf99a533f090f6dfc74d0015ed40..3281f18c322f821e680a59f2fc45830fba74917a 100644 (file)
--- a/api.lisp
+++ b/api.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg based on Matthew Danish's code
 ;;;; Date Started:  Nov 2002
 ;;;;
-;;;; $Id: api.lisp,v 1.2 2003/06/06 21:59:30 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 2002 Matthew Danish
@@ -94,6 +94,6 @@
 
 (defmacro with-functions (&rest slots)
   `(progn ,@(loop for (fn description . args) in slots collect
-                  `(with-function-info (,fn ,@(if args args 
-                                                 '(connection-variable)))
+                  `(with-function-info (,fn ,@(if args args
+                                                  '(connection-variable)))
                     ,description))))