fixed bugs, added scheme-mode-style-list that all scheme mode buffers use
original commit: b3bd242e118ac07573f90661f426baa7ec15d8f8
This commit is contained in:
parent
d971a2cd69
commit
76aea5cd6a
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user