]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Add elt for .tcl files.
authorRichard M. Stallman <rms@gnu.org>
Sun, 6 Feb 1994 19:33:18 +0000 (19:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 6 Feb 1994 19:33:18 +0000 (19:33 +0000)
Move texinfo elts up.

lisp/files.el

index f5aad139dd1360148e5665e0a2d32d444ab65cf0..d441cafcb56fb6db52336beb874e26b336183af3 100644 (file)
@@ -789,6 +789,8 @@ run `normal-mode' explicitly."
 ;;;                              ("[Mm]akefile" . makefile-mode)
 ;;; Less common extensions come here
 ;;; so more common ones above are found faster.
+                                 ("\\.texinfo\\'" . texinfo-mode)
+                                 ("\\.texi\\'" . texinfo-mode)
                                  ("\\.s\\'" . asm-mode)
                                  ("ChangeLog\\'" . change-log-mode)
                                  ("change.log\\'" . change-log-mode)
@@ -804,8 +806,7 @@ run `normal-mode' explicitly."
                                  ("\\.bib\\'" . bibtex-mode)
                                  ("\\.article\\'" . text-mode)
                                  ("\\.letter\\'" . text-mode)
-                                 ("\\.texinfo\\'" . texinfo-mode)
-                                 ("\\.texi\\'" . texinfo-mode)
+                                 ("\\.tcl\\'" . tcl-mode)
                                  ("\\.lsp\\'" . lisp-mode)
                                  ("\\.awk\\'" . awk-mode)
                                  ("\\.prolog\\'" . prolog-mode)