* lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 15 May 2013 00:52:07 +0000 (20:52 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 15 May 2013 00:52:07 +0000 (20:52 -0400)
commit5ac2eb344ff68720495d655bccd4c19ac92b04d9
tree4e4030e53385f47ac8b324e95bd092d81c131282
parent180ed218429ec9c0ce8e3ee186a47c9565459eff
* 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
lisp/ChangeLog
lisp/progmodes/f90.el
src/ChangeLog
src/regex.c