comparison src/font-lock.c @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
441 level form: 441 level form:
442 442
443 a) If you move past the start of defun, you will 443 a) If you move past the start of defun, you will
444 have to recompute defun, which in this case 444 have to recompute defun, which in this case
445 means that start of defun goes all the way back 445 means that start of defun goes all the way back
446 to the beginning of the the file; so you want 446 to the beginning of the file; so you want
447 to set start of defun a ways back from the 447 to set start of defun a ways back from the
448 current point. 448 current point.
449 b) If you move a line backwards but within start of 449 b) If you move a line backwards but within start of
450 defun, you have to move back to start of defun; 450 defun, you have to move back to start of defun;
451 so you don't want start of defun too far from 451 so you don't want start of defun too far from