diff lisp/ChangeLog @ 112350:d89c2a0d1b12

* lisp/textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb highlighting doesn't spill over subsequent lines.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 17 Jan 2011 23:07:36 -0500
parents 67bea318ed68
children 49f47421e4c1
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jan 17 18:57:04 2011 -0800
+++ b/lisp/ChangeLog	Mon Jan 17 23:07:36 2011 -0500
@@ -1,10 +1,11 @@
 2011-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
+	highlighting doesn't spill over subsequent lines.
+
 	* emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
 	keymap expression.  Improve docstring.
 
-2011-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
-
 	* electric.el (electric-indent-post-self-insert-function):
 	Don't auto-indent for indent-to-left-margin, it's too often
 	counter-productive.