changeset 37782:0c8944bd9aa8

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 17 May 2001 13:29:44 +0000
parents 67b115277d7d
children a319bda61eeb
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 17 13:26:22 2001 +0000
+++ b/lisp/ChangeLog	Thu May 17 13:29:44 2001 +0000
@@ -1,3 +1,9 @@
+2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
+	text-property after moving to the beginning of line and regardless
+	of the value of font-lock-multiline.
+
 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
 
 	* startup.el (fancy-splash-screens): Ignore events on the mode-line.
@@ -27,8 +33,8 @@
 	of `c'.
 
 	* textmodes/outline.el (outline-font-lock-level): Remove the
-	condition-case, test what outline-level returns instead, to ease
-	debugging.
+	condition-case, test what outline-level returns instead, to
+	ease debugging.
 
 	* international/mule.el (auto-coding-regexp-alist): New user-option.
 	(auto-coding-from-file-contents): New function.
@@ -38,9 +44,9 @@
 
 	* mouse.el (mouse-delete-other-windows): Doc fix.
 
-	* emacs-lisp/lisp-mode.el (lisp-mode): Make
-	font-lock-keywords-case-fold-search a buffer-local variable
-	with make-local-variable before setting it.
+	* emacs-lisp/lisp-mode.el (lisp-mode):
+	Make font-lock-keywords-case-fold-search a buffer-local variable with
+	make-local-variable before setting it.
 
 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>