(auto-mode-alist): .hpp files get C++ mode.

This commit is contained in:
Richard M. Stallman 1996-10-10 21:39:13 +00:00
parent 73a46a9c20
commit bfc6cac943

View file

@ -948,6 +948,7 @@ run `normal-mode' explicitly."
("\\.pm\\'" . perl-mode)
("\\.cc\\'" . c++-mode)
("\\.hh\\'" . c++-mode)
("\\.hpp\\'" . c++-mode)
("\\.C\\'" . c++-mode)
("\\.H\\'" . c++-mode)
("\\.cpp\\'" . c++-mode)