(auto-mode-alist): Handle `.java'.

This commit is contained in:
Richard M. Stallman 1996-04-11 14:45:09 +00:00
parent 2c3fef40b6
commit 95b5322579

View file

@ -942,6 +942,7 @@ run `normal-mode' explicitly."
("\\.hxx\\'" . c++-mode)
("\\.c\\+\\+\\'" . c++-mode)
("\\.h\\+\\+\\'" . c++-mode)
("\\.java\\'" . java-mode)
("\\.mk\\'" . makefile-mode)
("\\(M\\|m\\|GNUm\\)akefile\\(.in\\)?\\'" . makefile-mode)
;;; Less common extensions come here