From 3a915ecb8634dffdef69284ffb004491cc765475 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 30 Nov 2012 13:11:40 -0500 Subject: [PATCH] Remove basic-mode auto-modes. --- auto-modes.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/auto-modes.el b/auto-modes.el index def3c80..19bf701 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -10,10 +10,6 @@ '("apache[12]\?\\.conf$" . apache-mode) '("commonapache[12]\?\\.conf$" . apache-mode) - ;; basic-mode - '("\\.class\\.asp$" . basic-mode) - '("\\.vbs$" . basic-mode) - ;; csharp-mode '("\\.ascx$" . csharp-mode) '("\\.cs$" . csharp-mode) -- 2.43.2