.emacs-my
changeset 1174 1f2b829bd3e6
parent 1173 bf65579bd653
child 1175 c7faddfb54ae
equal deleted inserted replaced
1173:bf65579bd653 1174:1f2b829bd3e6
  2519         (statement-block-intro . +)
  2519         (statement-block-intro . +)
  2520         (statement-cont . ++)
  2520         (statement-cont . ++)
  2521         (substatement-open . 0)
  2521         (substatement-open . 0)
  2522         (inextern-lang . 0)
  2522         (inextern-lang . 0)
  2523         ))
  2523         ))
       
  2524     ;; Certain syntactic errors are reported (like wrong indent).
       
  2525     (c-report-syntactic-errors . t)
  2524     ;; Echo syntactic information on TAB in message buffer.
  2526     ;; Echo syntactic information on TAB in message buffer.
  2525     (c-echo-syntactic-information-p . t))
  2527     (c-echo-syntactic-information-p . t))
  2526   "My C Programming Style")
  2528   "My C Programming Style")
  2527 
  2529 
  2528 (defun my-c-mode-style-hook ()
  2530 (defun my-c-mode-style-hook ()