]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Fix problem in previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 14 Feb 1995 00:26:11 +0000 (00:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 14 Feb 1995 00:26:11 +0000 (00:26 +0000)
lisp/files.el

index 119caf4242a2508f4caf8f9ddca92d1114a067de..369e40fb84d0f1db72558305b7b82cf5e42771a2 100644 (file)
@@ -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