From: Richard M. Stallman Date: Tue, 14 Feb 1995 00:26:11 +0000 (+0000) Subject: (auto-mode-alist): Fix problem in previous change. X-Git-Tag: emacs-19.34~5123 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71679121fca3465c4f13ea4fa53b5630227b9a68;p=emacs.git (auto-mode-alist): Fix problem in previous change. --- diff --git a/lisp/files.el b/lisp/files.el index 119caf4242a..369e40fb84d 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -837,8 +837,8 @@ run `normal-mode' explicitly." ("\\.cpp\\'" . c++-mode) ("\\.cxx\\'" . c++-mode) ("\\.hxx\\'" . c++-mode) - ("\\.c++\\'" . c++-mode) - ("\\.h++\\'" . c++-mode) + ("\\.c\\+\\+\\'" . c++-mode) + ("\\.h\\+\\+\\'" . c++-mode) ;;; ("\\.mk\\'" . makefile-mode) ;;; ("[Mm]akefile" . makefile-mode) ;;; Less common extensions come here