Added `raise' to override-scheme-list.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 23 Mar 1997 13:05:38 +0000 (13:05 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 23 Mar 1997 13:05:38 +0000 (13:05 +0000)
ice-9/gwish.scm

index 3a05ac8..8efff18 100644 (file)
@@ -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)