summaryrefslogtreecommitdiff
path: root/Apps/Scigraph
diff options
context:
space:
mode:
Diffstat (limited to 'Apps/Scigraph')
-rw-r--r--Apps/Scigraph/scigraph/mouse.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Apps/Scigraph/scigraph/mouse.lisp b/Apps/Scigraph/scigraph/mouse.lisp
index 88ea7e64..6494968d 100644
--- a/Apps/Scigraph/scigraph/mouse.lisp
+++ b/Apps/Scigraph/scigraph/mouse.lisp
@@ -50,9 +50,9 @@ advised of the possiblity of such damages.
,right)))))
(defmethod post-mouse-documentation (stream string)
- (locally (declare (ignore stream))
- (clim-extensions:frame-display-pointer-documentation-string
- *application-frame* string)))
+ (declare (ignore stream))
+ (clim-extensions:frame-display-pointer-documentation-string
+ *application-frame* string))
(defmacro with-mouse-documentation ((window string) &body body)
`(unwind-protect