# HG changeset patch # User Richard M. Stallman # Date 738439920 0 # Node ID c6c87b7f85b8bf516dbd958f50cb91e87d71baa9 # Parent 0d4886af92621803f552f8c88c0f24d39cfcf10a (auto-mode-alist): Treat .H and .hh as C++ files. diff -r 0d4886af9262 -r c6c87b7f85b8 lisp/files.el --- a/lisp/files.el Wed May 26 18:09:52 1993 +0000 +++ b/lisp/files.el Wed May 26 18:12:00 1993 +0000 @@ -706,7 +706,9 @@ ("\\.mss\\'" . scribe-mode) ("\\.pl\\'" . prolog-mode) ("\\.cc\\'" . c++-mode) + ("\\.hh\\'" . c++-mode) ("\\.C\\'" . c++-mode) + ("\\.H\\'" . c++-mode) ;;; ("\\.mk\\'" . makefile-mode) ;;; ("[Mm]akefile" . makefile-mode) ;;; Less common extensions come here