]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Handle `.java'.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Apr 1996 14:45:09 +0000 (14:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Apr 1996 14:45:09 +0000 (14:45 +0000)
lisp/files.el

index 6839fcf27dc295d7dc412ebde27bac4ce061537b..9c3caa1b4685c2770e815ab04357baacfa12828f 100644 (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