diff options
| author | Glenn Morris | 2015-02-23 23:13:49 -0800 |
|---|---|---|
| committer | Glenn Morris | 2015-02-23 23:13:49 -0800 |
| commit | e8a11db943dfc7a469a761f98d606a4072a6ca43 (patch) | |
| tree | df3dbf44246f94e78b0a204c44a4a13d1d75cecf /test/ChangeLog | |
| parent | eaf9499a7fe485a57ab54c665f0548d4eb1a2e88 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2015-02-24 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/f90.el (f90-test-bug-19809): New test. | ||
| 4 | |||
| 1 | 2015-02-22 Michael Albinus <michael.albinus@gmx.de> | 5 | 2015-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): |