]> git.eshelyaron.com Git - emacs.git/commitdiff
more auto-mode-alist modes.
authorSimon Marshall <simon@gnu.org>
Mon, 28 Oct 1996 10:01:55 +0000 (10:01 +0000)
committerSimon Marshall <simon@gnu.org>
Mon, 28 Oct 1996 10:01:55 +0000 (10:01 +0000)
lisp/files.el

index 3dce4be9354b9dece5b3f9c0f04d2aec3fffd388..8828e281e6a79e644bd18fbb0725553260642f2d 100644 (file)
@@ -956,7 +956,9 @@ run `normal-mode' explicitly."
     ("\\.hxx\\'" . c++-mode)
     ("\\.c\\+\\+\\'" . c++-mode)
     ("\\.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