# HG changeset patch # User Oleksandr Gavenko # Date 1415922228 -7200 # Node ID 1f2b829bd3e6f428a8ce3146f53e0b16e7cfd9ec # Parent bf65579bd653e824120b6029d70f521b9d7cefa0 Certain syntactic errors are reported (like wrong indent). diff -r bf65579bd653 -r 1f2b829bd3e6 .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")