]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): .hpp files get C++ mode.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Oct 1996 21:39:13 +0000 (21:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Oct 1996 21:39:13 +0000 (21:39 +0000)
lisp/files.el

index c44b1f31610edd3699307c6640f65ce8b5b5df93..3fca81b9b30e69ffc014f50d33409cda45dce582 100644 (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)