diff -r c458012963c2 -r 9712975c4263 .emacs-my --- a/.emacs-my Wed Nov 09 00:19:20 2011 +0200 +++ b/.emacs-my Wed Nov 09 10:03:47 2011 +0200 @@ -1791,7 +1791,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)