chiark / gitweb /
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 f687acb19bd80f649852f1581bc8a3bf9da54ffa..d0be013fe9fea3bfc81842101a3dafb75290b5b6 100644 (file)
@@ -811,11 +811,6 @@ (defun linux-c-mode ()
 
 ;; --- 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