branch: externals/cobol-mode
commit 1f5f80f296f549f60ea6bcd096c35eee287113bc
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
* cobol-mode.el (cobol--fixed-comment-indicators-re): Clarify regexp
---
cobol-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cobol-mode.el b/cobol-mode.el
index a5c8be6..27485af 100644
--- a/cobol-mode.el
+++ b/cobol-mode.el
@@ -1,6 +1,6 @@
;;; cobol-mode.el --- Mode for editing COBOL code -*- lexical-binding: t; -*-
-;; Copyright (C) 2013-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2019 Free Software Foundation, Inc.
;; Author: Edward Hart <[email protected]>
;; Maintainer: Edward Hart <[email protected]>
@@ -1959,7 +1959,7 @@ The next key typed is executed unless it is SPC."
"Regexp matching a complete sequence area.")
(defconst cobol--fixed-comment-indicators-re
- "*/"
+ "\\*/"
"Regexp containing COBOL fixed-form comment indicators.")
(defconst cobol--fixed-form-comment-re