comparison lisp/files.el @ 14987:5457cf99d7e1

(auto-mode-alist): Handle `.java'.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Apr 1996 14:45:09 +0000
parents 645493140921
children 1afa2e4aed57
comparison
equal deleted inserted replaced
14986:fd48987ee591 14987:5457cf99d7e1
940 ("\\.cpp\\'" . c++-mode) 940 ("\\.cpp\\'" . c++-mode)
941 ("\\.cxx\\'" . c++-mode) 941 ("\\.cxx\\'" . c++-mode)
942 ("\\.hxx\\'" . c++-mode) 942 ("\\.hxx\\'" . c++-mode)
943 ("\\.c\\+\\+\\'" . c++-mode) 943 ("\\.c\\+\\+\\'" . c++-mode)
944 ("\\.h\\+\\+\\'" . c++-mode) 944 ("\\.h\\+\\+\\'" . c++-mode)
945 ("\\.java\\'" . java-mode)
945 ("\\.mk\\'" . makefile-mode) 946 ("\\.mk\\'" . makefile-mode)
946 ("\\(M\\|m\\|GNUm\\)akefile\\(.in\\)?\\'" . makefile-mode) 947 ("\\(M\\|m\\|GNUm\\)akefile\\(.in\\)?\\'" . makefile-mode)
947 ;;; Less common extensions come here 948 ;;; Less common extensions come here
948 ;;; so more common ones above are found faster. 949 ;;; so more common ones above are found faster.
949 ("\\.texinfo\\'" . texinfo-mode) 950 ("\\.texinfo\\'" . texinfo-mode)