Skip to content

Commit

Permalink
more auto-mode-alist modes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Marshall committed Oct 28, 1996
1 parent c2ed554 commit 7d1ab44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/files.el
Expand Up @@ -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
Expand Down

0 comments on commit 7d1ab44

Please sign in to comment.