diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Feb 19 22:18:16 2009 +0000
+++ b/lisp/ChangeLog	Thu Feb 19 22:24:04 2009 +0000
@@ -1,5 +1,8 @@
 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* font-lock.el (font-lock-fontify-syntactic-keywords-region):
+	Make sure we stop when we reach the limit.
+
 	* progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
 	a "..." does not quote anything.