emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cobol-mode 1f5f80f 6/8: * cobol-mode.el (cobol--fixed-c


From: Stefan Monnier
Subject: [elpa] externals/cobol-mode 1f5f80f 6/8: * cobol-mode.el (cobol--fixed-comment-indicators-re): Clarify regexp
Date: Sat, 28 Nov 2020 00:16:40 -0500 (EST)

branch: externals/cobol-mode
commit 1f5f80f296f549f60ea6bcd096c35eee287113bc
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * 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 <edward.dan.hart@gmail.com>
 ;; Maintainer: Edward Hart <edward.dan.hart@gmail.com>
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]