From e73184138d5e32425cdb41e18b88bb1d8604e41f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 9 Nov 2019 11:17:20 -0800 Subject: [PATCH] * lisp/progmodes/cc-vars.el (c-mark-wrong-style-of-comment): Fix version. --- lisp/progmodes/cc-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 273174e0413..a7e6315d72c 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -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. -- 2.39.5