From 5ac2eb344ff68720495d655bccd4c19ac92b04d9 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 14 May 2013 20:52:07 -0400 Subject: * lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in the surrounding group. * src/regex.c (regex_compile) [\=, \>, \<]: Don't forget to set laststart. Fixes: debbugs:14402 --- src/ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index d7778e3a524..0b4ccb0708a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,12 @@ +2013-05-15 Stefan Monnier + + * regex.c (regex_compile) [\=, \>, \<]: Don't forget to set laststart. + 2013-05-14 Eli Zaretskii * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT - unless we know that the window w is a leaf window. Another - attempt at solving bug#14062. + unless we know that the window w is a leaf window. + Another attempt at solving bug#14062. 2013-05-14 Jan Djärv -- cgit v1.2.1