]> code.delx.au - gnu-emacs/commitdiff
Fixed typo introduced by last patch.
authorEric S. Raymond <esr@snark.thyrsus.com>
Sun, 28 Mar 1993 06:36:19 +0000 (06:36 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Sun, 28 Mar 1993 06:36:19 +0000 (06:36 +0000)
lisp/files.el

index 93455cff93311df820be7c446cb2b204f4079304..b8cb0a0ea5ce6ff4e25ea65cf07eed80ed513896 100644 (file)
@@ -633,7 +633,7 @@ run `normal-mode' explicitly."
                                  ("\\.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.