aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2015-02-23 23:13:49 -0800
committerGlenn Morris2015-02-23 23:13:49 -0800
commite8a11db943dfc7a469a761f98d606a4072a6ca43 (patch)
treedf3dbf44246f94e78b0a204c44a4a13d1d75cecf /test/ChangeLog
parenteaf9499a7fe485a57ab54c665f0548d4eb1a2e88 (diff)
downloademacs-e8a11db943dfc7a469a761f98d606a4072a6ca43.tar.gz
emacs-e8a11db943dfc7a469a761f98d606a4072a6ca43.zip
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
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index abc582c20fa..7ba14964c0a 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
12015-02-24 Glenn Morris <rgm@gnu.org>
2
3 * automated/f90.el (f90-test-bug-19809): New test.
4
12015-02-22 Michael Albinus <michael.albinus@gmx.de> 52015-02-22 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * automated/tramp-tests.el (tramp-test17-insert-directory): 7 * automated/tramp-tests.el (tramp-test17-insert-directory):