From: Mark Wooding Date: Sun, 4 Oct 2009 23:08:32 +0000 (+0100) Subject: el/dot-emacs.el: Turn electric star and slash back on. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/9165ea47616fd15b905ff52508abce5195a0e152?hp=--cc el/dot-emacs.el: Turn electric star and slash back on. Now that the indenter does the right thing with `extern "C" {' we're OK. --- 9165ea47616fd15b905ff52508abce5195a0e152 diff --git a/el/dot-emacs.el b/el/dot-emacs.el index f687acb..d0be013 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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