diff lisp/files.el @ 16477:590593175cc7

more auto-mode-alist modes.
author Simon Marshall <simon@gnu.org>
date Mon, 28 Oct 1996 10:01:55 +0000
parents b050d980c422
children 9fffc9e5fc42
line wrap: on
line diff
--- a/lisp/files.el	Mon Oct 28 03:55:59 1996 +0000
+++ b/lisp/files.el	Mon Oct 28 10:01:55 1996 +0000
@@ -956,7 +956,9 @@
     ("\\.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