From: Richard M. Stallman Date: Thu, 10 Oct 1996 21:39:13 +0000 (+0000) Subject: (auto-mode-alist): .hpp files get C++ mode. X-Git-Tag: emacs-20.1~3530 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfc6cac943420b0f643075cbeeb5d60c0bd4e027;p=emacs.git (auto-mode-alist): .hpp files get C++ mode. --- diff --git a/lisp/files.el b/lisp/files.el index c44b1f31610..3fca81b9b30 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)