X-Git-Url: http://git.kpe.io/?p=pipes.git;a=blobdiff_plain;f=package.lisp;fp=package.lisp;h=24ee18760d1b3fc147560f34e6433362916d2646;hp=d8c4bf0390341ae679aa874ce1561b3c3507ae20;hb=7396369bf8d8c69cbac809fcbe2c7b78cb809961;hpb=439ba38fc06701c4db33f9aaf5ab17a0c88ea6ca diff --git a/package.lisp b/package.lisp index d8c4bf0..24ee187 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.2 2002/11/07 20:26:13 kevin Exp $ +;;;; $Id: package.lisp,v 1.3 2003/05/06 16:15:51 kevin Exp $ ;;;; ;;;; This file, part of pipes, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,9 +16,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) - -(in-package :cl-user) +(in-package #:cl-user) (defpackage #:pipes (:use #:common-lisp)