diff options
| author | Glenn Morris | 2015-11-01 18:25:42 -0800 |
|---|---|---|
| committer | Glenn Morris | 2015-11-01 18:25:42 -0800 |
| commit | ff80687aee5da42ff151df4e68f8dbcd2f8b2be3 (patch) | |
| tree | 4b0a7e9053e3c69053a27e7e78094b052cb4e69a /lisp | |
| parent | 3a769e173ebaaff768497dae9c430ac03aedeb94 (diff) | |
| download | emacs-ff80687aee5da42ff151df4e68f8dbcd2f8b2be3.tar.gz emacs-ff80687aee5da42ff151df4e68f8dbcd2f8b2be3.zip | |
* lisp/progmodes/f90.el (f90-no-block-limit):
Add associate. (Bug#21794)
* test/automated/f90.el (f90-test-bug21794): New test.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/f90.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 5c938fd1a93..0e333f1f7ed 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el | |||
| @@ -1452,7 +1452,7 @@ if all else fails." | |||
| 1452 | (not (or (looking-at "end") | 1452 | (not (or (looking-at "end") |
| 1453 | (looking-at "\\(do\\|if\\|else\\(if\\|where\\)?\ | 1453 | (looking-at "\\(do\\|if\\|else\\(if\\|where\\)?\ |
| 1454 | \\|select[ \t]*\\(case\\|type\\)\\|case\\|where\\|forall\\|\ | 1454 | \\|select[ \t]*\\(case\\|type\\)\\|case\\|where\\|forall\\|\ |
| 1455 | block\\|critical\\|enum\\)\\_>") | 1455 | block\\|critical\\|enum\\|associate\\)\\_>") |
| 1456 | (looking-at "\\(program\\|\\(?:sub\\)?module\\|\ | 1456 | (looking-at "\\(program\\|\\(?:sub\\)?module\\|\ |
| 1457 | \\(?:abstract[ \t]*\\)?interface\\|block[ \t]*data\\)\\_>") | 1457 | \\(?:abstract[ \t]*\\)?interface\\|block[ \t]*data\\)\\_>") |
| 1458 | (looking-at "\\(contains\\|\\(?:\\sw\\|\\s_\\)+[ \t]*:\\)") | 1458 | (looking-at "\\(contains\\|\\(?:\\sw\\|\\s_\\)+[ \t]*:\\)") |