fix ignoring auto-inserted text
svn: r11140
This commit is contained in:
parent
8cf5b465c1
commit
84d781aabb
|
@ -729,7 +729,7 @@ module browser threading seems wrong.
|
|||
(/ (+ yl yr) 2)))))
|
||||
|
||||
(define/public (still-untouched?)
|
||||
(and (= (last-position) 0)
|
||||
(and (or (= (last-position) 0) (not really-modified?))
|
||||
(not (is-modified?))
|
||||
(not (get-filename))))
|
||||
;; inserts the auto-text if any, and executes the text if so
|
||||
|
|
Loading…
Reference in New Issue
Block a user