el/dot-emacs.el: Turn electric star and slash back on.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 4 Oct 2009 23:08:32 +0000 (00:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 4 Oct 2009 23:08:32 +0000 (00:08 +0100)
Now that the indenter does the right thing with `extern "C" {' we're OK.

el/dot-emacs.el

index f687acb..d0be013 100644 (file)
@@ -811,11 +811,6 @@ the regular expressions in `mdw-backup-disable-regexps'."
 
 ;; --- Make C indentation nice ---
 
-(eval-after-load "cc-mode"
-  '(progn
-     (define-key c-mode-map "*" nil)
-     (define-key c-mode-map "/" nil)))
-
 (defun mdw-c-lineup-arglist (langelem)
   "Hack for DWIMmery in c-lineup-arglist."
   (if (save-excursion