f90.el: add some support for continued strings without leading '&'
commite8a11db943dfc7a469a761f98d606a4072a6ca43
authorGlenn Morris <rgm@gnu.org>
Tue, 24 Feb 2015 07:13:49 +0000 (23 23:13 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 24 Feb 2015 07:13:49 +0000 (23 23:13 -0800)
treedf3dbf44246f94e78b0a204c44a4a13d1d75cecf
parenteaf9499a7fe485a57ab54c665f0548d4eb1a2e88
f90.el: add some support for continued strings without leading '&'

* lisp/progmodes/f90.el (f90-beginning-of-subprogram)
(f90-end-of-subprogram, f90-match-end):
Handle continued strings where the continuation does not start
with "&" and happens to match our regexp.

* test/automated/f90.el (f90-test-bug-19809): New test.

Fixes: debbugs:19809
lisp/ChangeLog
lisp/progmodes/f90.el
test/ChangeLog
test/automated/f90.el