[climacs-cvs] CVS update: climacs/esa.lisp
Robert Strandh
rstrandh at common-lisp.net
Wed Jul 20 15:36:25 UTC 2005
Update of /project/climacs/cvsroot/climacs
In directory common-lisp.net:/tmp/cvs-serv27711
Modified Files:
esa.lisp
Log Message:
oops, fixed a mistake that slipped in with the first commit.
Date: Wed Jul 20 17:36:25 2005
Author: rstrandh
Index: climacs/esa.lisp
diff -u climacs/esa.lisp:1.1 climacs/esa.lisp:1.2
--- climacs/esa.lisp:1.1 Wed Jul 20 17:08:15 2005
+++ climacs/esa.lisp Wed Jul 20 17:36:25 2005
@@ -282,7 +282,7 @@
(defun display-my-pane (frame pane)
(declare (ignore frame))
- (princ *standard-output* (buffer pane)))
+ (princ (buffer pane) *standard-output*))
(defun example (&key (width 900) (height 400))
"Starts up the example application"
More information about the Climacs-cvs
mailing list