fix ignoring auto-inserted text

svn: r11140
This commit is contained in:
Eli Barzilay 2008-08-08 10:41:53 +00:00
parent 8cf5b465c1
commit 84d781aabb

View File

@ -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