# HG changeset patch # User Alan Mackenzie # Date 1233350662 0 # Node ID 2af7c063ac90e207940e7f47e90a88d0740ff083 # Parent 40c1392cc4d6f9b4f7d69d317d9baac06b13d662 # Fix a typo. diff -r 40c1392cc4d6 -r 2af7c063ac90 lisp/progmodes/cc-mode.el --- a/lisp/progmodes/cc-mode.el Fri Jan 30 21:23:53 2009 +0000 +++ b/lisp/progmodes/cc-mode.el Fri Jan 30 21:24:22 2009 +0000 @@ -1101,8 +1101,8 @@ ;; which could cause it to clobber user settings. Later emacsen have ;; an append option, but it's not safe to use. -;; The the extension ".C" is associated to C++ while the lowercase -;; variant goes to C. On case insensitive file systems, this means +;; The extension ".C" is associated with C++ while the lowercase +;; variant goes with C. On case insensitive file systems, this means ;; that ".c" files also might open C++ mode if the C++ entry comes ;; first on `auto-mode-alist'. Thus we try to ensure that ".C" comes ;; after ".c", and since `add-to-list' adds the entry first we have to