diff -r a4cbbc50ee76 -r bbccd9875916 .emacs-my --- a/.emacs-my Thu Nov 10 13:34:13 2011 +0200 +++ b/.emacs-my Thu Nov 10 13:35:15 2011 +0200 @@ -1827,7 +1827,7 @@ ;; Delete all preceding whitespace by DEL. (c-toggle-hungry-state -1) ;; Auto indent after typing colon according to `c-hanging-colons-alist'. - (c-toggle-electric-state 1) + (c-toggle-electric-state -1) ) (add-hook 'c-mode-common-hook 'my-c-mode-common-hook)