Update domain name to kpe.io
[lml.git] / api.lisp
index eb584d4cd94ee6c80bc97c3043670877eefacd23..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.1 2002/11/08 06:00:12 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 2002 Matthew Danish
@@ -17,8 +17,7 @@
 ;;;; (http://www.gnu.org/licenses/gpl.html)
 ;;;; *************************************************************************
 
-(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
-(in-package :lml)
+(in-package #:lml)
 
 ;;; Copyright (c) 2002 Matthew Danish.
 ;;; All rights reserved.
@@ -95,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))))