original commit: 7e35198bc9c42e8c6a02c77723f00b9fea5c1637
This commit is contained in:
Robby Findler 2005-01-21 02:03:31 +00:00
parent eb7bfa19bb
commit edeea4c6fa
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
[-text-mode<%> text-mode<%>]) [-text-mode<%> text-mode<%>])
(define -text<%> (define -text<%>
(interface () (interface (text:basic<%>)
start-colorer start-colorer
stop-colorer stop-colorer
force-stop-colorer force-stop-colorer

View File

@ -307,7 +307,7 @@
(define-struct string/pos (string pos)) (define-struct string/pos (string pos))
(define -text<%> (define -text<%>
(interface () (interface (text:basic<%> mode:host-text<%> color:text<%>)
get-limit get-limit
balance-parens balance-parens
tabify-on-return? tabify-on-return?