diff options
-rw-r--r-- | ice-9/gwish.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice-9/gwish.scm b/ice-9/gwish.scm index 3a05ac88c..8efff185d 100644 --- a/ice-9/gwish.scm +++ b/ice-9/gwish.scm @@ -49,7 +49,7 @@ ;; in Scheme but which, in this context, ought to refer ;; to Tcl/Tk commands. -(define override-scheme-list '(bind)) +(define override-scheme-list '(bind raise)) (for-each (lambda (name) |