changeset 10735:ad3b83f7dadb

(auto-mode-alist): Fix problem in previous change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Feb 1995 00:26:11 +0000
parents 634120aac320
children 619269498881
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Tue Feb 14 00:13:20 1995 +0000
+++ b/lisp/files.el	Tue Feb 14 00:26:11 1995 +0000
@@ -837,8 +837,8 @@
 				  ("\\.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