]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/cc-vars.el (c-mark-wrong-style-of-comment):
authorGlenn Morris <rgm@gnu.org>
Sat, 9 Nov 2019 19:17:20 +0000 (11:17 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 9 Nov 2019 19:17:20 +0000 (11:17 -0800)
Fix version.

lisp/progmodes/cc-vars.el

index 273174e0413fae603718b0a37c8d3b4adaa6e076..a7e6315d72c39c75e64402231866ac727390357c 100644 (file)
@@ -1757,7 +1757,7 @@ c-macro-names-with-semicolon: %s"
 `c-toggle-comment-style') is block, or a block comment otherwise."
   :type 'boolean
   :group 'c
-  :version 27.1)
+  :version "27.1")
 
 (defvar c-file-style nil
   "Variable interface for setting style via File Local Variables.