# HG changeset patch # User Richard M. Stallman # Date 736651993 0 # Node ID b69eef4cf31df73cf8c880c8c21e1044a1bcf3ab # Parent 09647458cad9ea600d879a8efa0982a6e4f8a8ae (auto-mode-alist): Delete the entries for makefile-mode. diff -r 09647458cad9 -r b69eef4cf31d lisp/files.el --- a/lisp/files.el Thu May 06 01:30:26 1993 +0000 +++ b/lisp/files.el Thu May 06 01:33:13 1993 +0000 @@ -705,8 +705,8 @@ ("\\.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)