(auto-mode-alist): Treat .H and .hh as C++ files.

This commit is contained in:
Richard M. Stallman 1993-05-26 18:12:00 +00:00
parent 897897e32b
commit 2b845a8c70

View file

@ -706,7 +706,9 @@ run `normal-mode' explicitly."
("\\.mss\\'" . scribe-mode)
("\\.pl\\'" . prolog-mode)
("\\.cc\\'" . c++-mode)
("\\.hh\\'" . c++-mode)
("\\.C\\'" . c++-mode)
("\\.H\\'" . c++-mode)
;;; ("\\.mk\\'" . makefile-mode)
;;; ("[Mm]akefile" . makefile-mode)
;;; Less common extensions come here