commit | 53db859408bc40defe77b162a52d851785fac97e | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon May 24 19:57:32 1999 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon May 24 19:57:32 1999 +0000 |
tree | fd88a891b8e4285ceeff1a5512e730a59d57c23e | |
parent | a8f99ba2d217f94d8129bede137296b08c16c750 [diff] |
(py-parse-state): When running under Emacs -- which doesn't have buffer-syntactic-context -- just short circuit the TQS test by jumping to point-min and doing the test from there. For long files, this will be faster than looping with a re-search-backwards.