Mercurial > emacs
changeset 2401:4edcccbb3fbc
Fixed typo introduced by last patch.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Sun, 28 Mar 1993 06:36:19 +0000 |
parents | 2cfd22aa6017 |
children | 61e1f8813d03 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sun Mar 28 06:24:54 1993 +0000 +++ b/lisp/files.el Sun Mar 28 06:36:19 1993 +0000 @@ -633,7 +633,7 @@ ("\\.pl\\'" . prolog-mode) ("\\.cc\\'" . c++-mode) ("\\.C\\'" . c++-mode) - ("\\.mk" . . makefile-mode) + ("\\.mk\\'" . makefile-mode) ("[Mm]akefile" . makefile-mode) ;;; Less common extensions come here ;;; so more common ones above are found faster.