diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-06 01:33:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-06 01:33:13 +0000 |
commit | a3666e471931be86729da627ef57f1dafb4070fc (patch) | |
tree | e206b714e905e73d2195312d032ca76ee798a7a2 /lisp | |
parent | 74416836f8a835409ca6e709f5b2fa9bcb1e3d8b (diff) | |
download | emacs-a3666e471931be86729da627ef57f1dafb4070fc.tar.gz |
(auto-mode-alist): Delete the entries for makefile-mode.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/files.el | 4 |
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) |