Mercurial > emacs
changeset 2672:b69eef4cf31d
(auto-mode-alist): Delete the entries for makefile-mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 May 1993 01:33:13 +0000 |
parents | 09647458cad9 |
children | 27dd7479b158 |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)