(auto-mode-alist): Handle `.java'.
This commit is contained in:
parent
2c3fef40b6
commit
95b5322579
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue