# HG changeset patch # User Oleksandr Gavenko # Date 1283081366 -10800 # Node ID 17ffd2e22d1234d169856131bc4192e12367e014 # Parent 5f1cfffd6b67c0e8ca36600eefda3f554fcc36d4 Disable indent on extern C. diff -r 5f1cfffd6b67 -r 17ffd2e22d12 .emacs-my --- a/.emacs-my Sun Aug 29 13:48:17 2010 +0300 +++ b/.emacs-my Sun Aug 29 14:29:26 2010 +0300 @@ -1094,6 +1094,7 @@ (statement-block-intro . +) (statement-cont . ++) (substatement-open . 0) + (inextern-lang . 0) )) (c-echo-syntactic-information-p . t)) "My C Programming Style")