[Python-checkins] CVS: python/dist/src/Misc python-mode.el

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Mon, 24 May 1999 15:57:33 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Misc
In directory anthem:/projects/python/develop/bwarsaw/src/Misc

Modified Files:
	python-mode.el 
Log Message:
(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.