summaryrefslogtreecommitdiff
path: root/Apps/Scigraph
diff options
context:
space:
mode:
authorCyrus Harmon <cyrus@bobobeach.com>2017-06-10 08:39:19 -0700
committerCyrus Harmon <cyrus@bobobeach.com>2017-06-12 17:15:53 -0700
commit5a15247e584792ebc18f6855d15cf897b2c60c45 (patch)
tree5f5a6b8a27fdfc2936eaedcc362215f3efb0802c /Apps/Scigraph
parentae0a5864048994407072c532ec569e328b86c107 (diff)
fix ignore declaration in scigraph/mouse.lisp
* old version misused locally
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