Mercurial > emacs
changeset 10713:65676199c76b
(auto-mode-alist): Add .cpp, .cxx, .hxx, .c++, .h++.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 11 Feb 1995 04:50:55 +0000 |
parents | 5b86ce0cddb5 |
children | a383e6129216 |
files | lisp/files.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Fri Feb 10 06:29:31 1995 +0000 +++ b/lisp/files.el Sat Feb 11 04:50:55 1995 +0000 @@ -834,6 +834,11 @@ ("\\.hh\\'" . c++-mode) ("\\.C\\'" . c++-mode) ("\\.H\\'" . c++-mode) + ("\\.cpp\\'" . c++-mode) + ("\\.cxx\\'" . c++-mode) + ("\\.hxx\\'" . c++-mode) + ("\\.c++\\'" . c++-mode) + ("\\.h++\\'" . c++-mode) ;;; ("\\.mk\\'" . makefile-mode) ;;; ("[Mm]akefile" . makefile-mode) ;;; Less common extensions come here