aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2019-11-09 11:17:20 -0800
committerGlenn Morris2019-11-09 11:17:20 -0800
commite73184138d5e32425cdb41e18b88bb1d8604e41f (patch)
tree3801204eea709c7395e0edef875c32636f82912f /lisp
parentafe4969a3b3b38014387a828b66f5dbc3a462a57 (diff)
downloademacs-e73184138d5e32425cdb41e18b88bb1d8604e41f.tar.gz
emacs-e73184138d5e32425cdb41e18b88bb1d8604e41f.zip
* lisp/progmodes/cc-vars.el (c-mark-wrong-style-of-comment):
Fix version.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/cc-vars.el2
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"
1757`c-toggle-comment-style') is block, or a block comment otherwise." 1757`c-toggle-comment-style') is block, or a block comment otherwise."
1758 :type 'boolean 1758 :type 'boolean
1759 :group 'c 1759 :group 'c
1760 :version 27.1) 1760 :version "27.1")
1761 1761
1762(defvar c-file-style nil 1762(defvar c-file-style nil
1763 "Variable interface for setting style via File Local Variables. 1763 "Variable interface for setting style via File Local Variables.