changeset 16414:941a90cef0b4

(auto-mode-alist): .hpp files get C++ mode.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 Oct 1996 21:39:13 +0000
parents 79ff1c263f5d
children e25afe6ea4d6
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Thu Oct 10 03:29:50 1996 +0000
+++ b/lisp/files.el	Thu Oct 10 21:39:13 1996 +0000
@@ -948,6 +948,7 @@
     ("\\.pm\\'" . perl-mode)
     ("\\.cc\\'" . c++-mode)
     ("\\.hh\\'" . c++-mode)
+    ("\\.hpp\\'" . c++-mode)
     ("\\.C\\'" . c++-mode)
     ("\\.H\\'" . c++-mode)
     ("\\.cpp\\'" . c++-mode)