X-Git-Url: http://git.kpe.io/?p=reversi.git;a=blobdiff_plain;f=io-clim.lisp;h=78775ded4a0e29dbd134490ffb1b889d574965e1;hp=9dcfb13ad2aa4f9c3891599391d483ba774fb8e6;hb=9fb8305e6005c35f639a46d00c626805054e3d4a;hpb=dc49a130877a2c968a74a000e8425189bc7c3ad5 diff --git a/io-clim.lisp b/io-clim.lisp index 9dcfb13..78775de 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.2 2002/10/25 09:23:39 kevin Exp $ +;;;; $Id: io-clim.lisp,v 1.3 2002/10/25 13:09:11 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; @@ -427,10 +427,7 @@ #-(and os-threads microsoft-32) nil)) -(defun g () - (greversi)) - -(defun greversi () +(defun clim-reversi () (unless (or *force* (null *reversi-frame*)) (setq *reversi-frame* (make-application-frame 'reversi))) (setq *reversi-frame* (run-frame 'reversi *reversi-frame*)))