aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/f90.el2
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\\|\
1455block\\|critical\\|enum\\)\\_>") 1455block\\|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]*:\\)")