Certain syntactic errors are reported (like wrong indent).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 14 Nov 2014 01:43:48 +0200
changeset 1174 1f2b829bd3e6
parent 1173 bf65579bd653
child 1175 c7faddfb54ae
Certain syntactic errors are reported (like wrong indent).
.emacs-my
--- a/.emacs-my	Fri Nov 14 01:38:02 2014 +0200
+++ b/.emacs-my	Fri Nov 14 01:43:48 2014 +0200
@@ -2521,6 +2521,8 @@
         (substatement-open . 0)
         (inextern-lang . 0)
         ))
+    ;; Certain syntactic errors are reported (like wrong indent).
+    (c-report-syntactic-errors . t)
     ;; Echo syntactic information on TAB in message buffer.
     (c-echo-syntactic-information-p . t))
   "My C Programming Style")