Richard Heck 6cc1d31e38 Just a bit of safety here.
This 0 default for end is wrong. You should be able to do:
  find_token(lines, token, 0, 0)
and have that return -1. As it is, this is equivalent to:
  find_token(lines, token, 0, len(lines))
But I am afraid to change the default, in case something in lyx_1.2.py
relies upon it somehow.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36125 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-05 16:43:30 +00:00
..
2007-12-02 22:10:26 +00:00
2010-11-03 00:11:33 +00:00
2010-11-05 16:43:30 +00:00
2010-10-20 00:43:27 +00:00
2009-06-18 20:04:27 +00:00
2003-10-13 09:50:10 +00:00
2010-08-29 08:17:58 +00:00
2009-11-24 09:21:47 +00:00
2010-06-17 08:26:34 +00:00