# HG changeset patch # User Eric S. Raymond # Date 733299884 0 # Node ID 808b03396f33c755498e83f9a6e47cc126ebf4b6 # Parent 0d9cbf4b25c8d068a3f4d1d628ba1316fb3e7080 (auto-mode-alist): added pairs for .ms, .man, .mk, [Mm]akefile, .lex. diff -r 0d9cbf4b25c8 -r 808b03396f33 lisp/files.el --- a/lisp/files.el Sun Mar 28 06:24:42 1993 +0000 +++ b/lisp/files.el Sun Mar 28 06:24:44 1993 +0000 @@ -622,6 +622,8 @@ ("\\.el\\'" . emacs-lisp-mode) ("\\.mm\\'" . nroff-mode) ("\\.me\\'" . nroff-mode) + ("\\.ms\\'" . nroff-mode) + ("\\.man\\'" . nroff-mode) ("\\.scm\\'" . scheme-mode) ("\\.l\\'" . lisp-mode) ("\\.lisp\\'" . lisp-mode) @@ -631,6 +633,8 @@ ("\\.pl\\'" . prolog-mode) ("\\.cc\\'" . c++-mode) ("\\.C\\'" . c++-mode) + ("\\.mk" . . makefile-mode) + ("[Mm]akefile" . makefile-mode) ;;; Less common extensions come here ;;; so more common ones above are found faster. ("\\.s\\'" . asm-mode) @@ -651,6 +655,7 @@ ("\\.lsp\\'" . lisp-mode) ("\\.awk\\'" . awk-mode) ("\\.prolog\\'" . prolog-mode) + ("\\.tar\\'" . tar-mode) ;; Mailer puts message to be edited in ;; /tmp/Re.... or Message ("^/tmp/Re" . text-mode) @@ -658,6 +663,7 @@ ;; some news reader is reported to use this ("^/tmp/fol/" . text-mode) ("\\.y\\'" . c-mode) + ("\\.lex\\'" . c-mode) ("\\.oak\\'" . scheme-mode) ("\\.scm.[0-9]*\\'" . scheme-mode) ;; .emacs following a directory delimiter