fixed bugs, added scheme-mode-style-list that all scheme mode buffers use

original commit: b3bd242e118ac07573f90661f426baa7ec15d8f8
This commit is contained in:
Robby Findler 1996-11-08 20:36:16 +00:00
parent d971a2cd69
commit 76aea5cd6a

View File

@ -310,7 +310,8 @@
(lambda (start len)
(when styles-fixed?
(set! styles-fixed-edit-modified? (modified?)))
(if (or (not mode) (send mode on-change-style this start len))
(and (or (not mode)
(send mode on-change-style this start len))
(super-on-change-style start len)))]
[on-edit-sequence
(lambda ()