chiark / gitweb /
dot/emacs, el/dot-emacs.el: Abolish the `Linux C Mode' stuff.
[profile] / el / dot-emacs.el
index 4b53771e088918df3e458fab42889638dc46c258..6d9e2f073ed5e5e705742edbe91f2b7c2ebf0fef 100644 (file)
@@ -1432,17 +1432,6 @@ (let ((dollar (make-glyph-code ?$ 'mdw-ellipsis-face))
 ;;;--------------------------------------------------------------------------
 ;;; C programming configuration.
 
-;; Linux kernel hacking.
-
-(defvar linux-c-mode-hook)
-
-(defun linux-c-mode ()
-  (interactive)
-  (c-mode)
-  (setq major-mode 'linux-c-mode)
-  (setq mode-name "Linux C")
-  (run-hooks 'linux-c-mode-hook))
-
 ;; Make C indentation nice.
 
 (defun mdw-c-lineup-arglist (langelem)