comparison lisp/ChangeLog @ 102127:f90f4b810b03

(font-lock-fontify-syntactic-keywords-region): Make sure we stop when we reach the limit.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 19 Feb 2009 22:24:04 +0000
parents 69c0814ddb4e
children 671605a949ec
comparison
equal deleted inserted replaced
102126:69c0814ddb4e 102127:f90f4b810b03
1 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
4 Make sure we stop when we reach the limit.
2 5
3 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside 6 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
4 a "..." does not quote anything. 7 a "..." does not quote anything.
5 8
6 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'. 9 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.