Mercurial > emacs
changeset 3120:c6c87b7f85b8
(auto-mode-alist): Treat .H and .hh as C++ files.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 May 1993 18:12:00 +0000 |
parents | 0d4886af9262 |
children | 8cf203c42bee |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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