diff options
-rw-r--r-- | lisp/progmodes/cc-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |