[mcclim-cvs] CVS mcclim
rstrandh
rstrandh at common-lisp.net
Wed Dec 16 13:15:39 UTC 2009
Update of /project/mcclim/cvsroot/mcclim
In directory cl-net:/tmp/cvs-serv9620
Modified Files:
presentations.lisp
Log Message:
Fixed a typo.
Thanks to Stas Boukarev.
--- /project/mcclim/cvsroot/mcclim/presentations.lisp 2008/02/01 17:02:55 1.85
+++ /project/mcclim/cvsroot/mcclim/presentations.lisp 2009/12/16 13:15:38 1.86
@@ -71,7 +71,7 @@
`(flet ((,continuation ()
, at decls
, at with-body))
- (declare (dynamic-extent #'continuation))
+ (declare (dynamic-extent #',continuation))
(if (and (output-recording-stream-p ,stream)
*allow-sensitive-inferiors*)
(with-new-output-record
More information about the Mcclim-cvs
mailing list