X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=io-clim.lisp;fp=io-clim.lisp;h=d50f3a8e935fe583b8820a42e9a215476e8a60dc;hb=48b1a775e575a66bc154620107a8e27321ea306c;hp=61357dd081511da952d49430492473fda1b54d89;hpb=970bffc5f1e6a294659016aec57f17c822dee8cc;p=reversi.git diff --git a/io-clim.lisp b/io-clim.lisp index 61357dd..d50f3a8 100644 --- a/io-clim.lisp +++ b/io-clim.lisp @@ -8,7 +8,7 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: io-clim.lisp,v 1.10 2003/05/01 19:26:46 kevin Exp $ +;;;; $Id: io-clim.lisp,v 1.11 2003/05/06 15:51:20 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; @@ -17,7 +17,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;;*************************************************************************** -(in-package :reversi) +(in-package #:reversi) #+mcclim (shadowing-import 'clim-internals::stream-set-cursor-position)