.emacs-my
changeset 818 bbccd9875916
parent 808 54d6db4ec612
parent 809 9712975c4263
child 819 38b7c81853e8
child 823 c1c5a6b3255a
--- 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)