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

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

[elpa] master 4c16bf9: * cobol-mode.el (cobol--fixed-comment-indicators-


From: Stefan Monnier
Subject: [elpa] master 4c16bf9: * cobol-mode.el (cobol--fixed-comment-indicators-re): Clarify regexp
Date: Sun, 10 Mar 2019 00:24:37 -0500 (EST)

branch: master
commit 4c16bf97d128d894cc071bfccde3787d7cbd7db2
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * cobol-mode.el (cobol--fixed-comment-indicators-re): Clarify regexp
---
 packages/cobol-mode/cobol-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/cobol-mode/cobol-mode.el 
b/packages/cobol-mode/cobol-mode.el
index a5c8be6..27485af 100644
--- a/packages/cobol-mode/cobol-mode.el
+++ b/packages/cobol-mode/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 <address@hidden>
 ;; Maintainer: Edward Hart <address@hidden>
@@ -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]