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://git.distorted.org.uk/~mdw/profile/commitdiff_plain/9165ea47616fd15b905ff52508abce5195a0e152 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. --- 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 @@ 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