# HG changeset patch # User Eric S. Raymond # Date 733300579 0 # Node ID 4edcccbb3fbc917103872cd167e896ae7a6e8831 # Parent 2cfd22aa6017425b43316a084d4759aff86d5dba Fixed typo introduced by last patch. diff -r 2cfd22aa6017 -r 4edcccbb3fbc lisp/files.el --- 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.