diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-05-14 20:52:07 -0400 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-05-14 20:52:07 -0400 |
| commit | 5ac2eb344ff68720495d655bccd4c19ac92b04d9 (patch) | |
| tree | 4e4030e53385f47ac8b324e95bd092d81c131282 /src/ChangeLog | |
| parent | 180ed218429ec9c0ce8e3ee186a47c9565459eff (diff) | |
* 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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
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 <monnier@iro.umontreal.ca> + + * regex.c (regex_compile) [\=, \>, \<]: Don't forget to set laststart. + 2013-05-14 Eli Zaretskii <eliz@gnu.org> * 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 <jan.h.d@swipnet.se> |
