# HG changeset patch # User Richard M. Stallman # Date 863242561 0 # Node ID a08d96324d4ffdc0bc42e2271175b0b8448e26f1 # Parent 4bbcc6804b5d4244f9529ac2f8023f1f0b9fb315 (auto-mode-alist): Shuffle a few elements, diff -r 4bbcc6804b5d -r a08d96324d4f lisp/files.el --- a/lisp/files.el Sat May 10 03:37:01 1997 +0000 +++ b/lisp/files.el Sat May 10 05:36:01 1997 +0000 @@ -1058,11 +1058,10 @@ ("\\.for\\'" . fortran-mode) ("\\.p\\'" . pascal-mode) ("\\.pas\\'" . pascal-mode) - ("\\.mss\\'" . scribe-mode) ("\\.ad[abs]\\'" . ada-mode) - ("\\.icn\\'" . icon-mode) ("\\.pl\\'" . perl-mode) ("\\.pm\\'" . perl-mode) + ("\\.s?html?\\'" . html-mode) ("\\.cc\\'" . c++-mode) ("\\.hh\\'" . c++-mode) ("\\.hpp\\'" . c++-mode) @@ -1075,7 +1074,6 @@ ("\\.h\\+\\+\\'" . c++-mode) ("\\.m\\'" . objc-mode) ("\\.java\\'" . java-mode) - ("\\.sim\\'" . simula-mode) ("\\.mk\\'" . makefile-mode) ("\\(M\\|m\\|GNUm\\)akefile\\(.in\\)?\\'" . makefile-mode) ;;; Less common extensions come here @@ -1113,6 +1111,9 @@ ("\\.exp\\'" . tcl-mode) ("\\.itcl\\'" . tcl-mode) ("\\.itk\\'" . tcl-mode) + ("\\.icn\\'" . icon-mode) + ("\\.sim\\'" . simula-mode) + ("\\.mss\\'" . scribe-mode) ("\\.f90\\'" . f90-mode) ("\\.lsp\\'" . lisp-mode) ("\\.awk\\'" . awk-mode) @@ -1133,7 +1134,6 @@ ("\\.sgml?\\'" . sgml-mode) ("\\.dtd\\'" . sgml-mode) ("\\.ds\\(ss\\)?l\\'" . dsssl-mode) - ("\\.s?html?\\'" . html-mode) ;; .emacs following a directory delimiter ;; in either Unix or VMS syntax. ("[]>:/]\\..*emacs\\'" . emacs-lisp-mode)