1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 21:50:20 +02:00

Added `raise' to override-scheme-list.

This commit is contained in:
Mikael Djurfeldt 1997-03-23 13:05:38 +00:00
parent 2e3fbd8de1
commit 2b475559ff

View file

@ -49,7 +49,7 @@
;; in Scheme but which, in this context, ought to refer ;; in Scheme but which, in this context, ought to refer
;; to Tcl/Tk commands. ;; to Tcl/Tk commands.
(define override-scheme-list '(bind)) (define override-scheme-list '(bind raise))
(for-each (for-each
(lambda (name) (lambda (name)