summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-06 01:33:13 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-06 01:33:13 +0000
commita3666e471931be86729da627ef57f1dafb4070fc (patch)
treee206b714e905e73d2195312d032ca76ee798a7a2 /lisp
parent74416836f8a835409ca6e709f5b2fa9bcb1e3d8b (diff)
downloademacs-a3666e471931be86729da627ef57f1dafb4070fc.tar.gz
(auto-mode-alist): Delete the entries for makefile-mode.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 8a62702f7dd..64ba881b71a 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -705,8 +705,8 @@ run `normal-mode' explicitly."
("\\.pl\\'" . prolog-mode)
("\\.cc\\'" . c++-mode)
("\\.C\\'" . c++-mode)
- ("\\.mk\\'" . makefile-mode)
- ("[Mm]akefile" . makefile-mode)
+;;; ("\\.mk\\'" . makefile-mode)
+;;; ("[Mm]akefile" . makefile-mode)
;;; Less common extensions come here
;;; so more common ones above are found faster.
("\\.s\\'" . asm-mode)