* lisp/progmodes/cc-mode.el (auto-mode-alist): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Sat, 26 May 2012 02:34:16 +0000 (19:34 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 26 May 2012 02:34:16 +0000 (19:34 -0700)
lisp/ChangeLog
lisp/progmodes/cc-mode.el

index 9e2f17d..8dd6c7f 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-26  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
+
 2012-05-25  Glenn Morris  <rgm@gnu.org>
 
        * paths.el: Remove no-byte-compile.
index ff18f56..2a00095 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cc-mode.el --- major mode for editing C and similar languages
 
-;; Copyright (C) 1985, 1987, 1992-2012  Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1987, 1992-2012 Free Software Foundation, Inc.
 
 ;; Authors:    2003- Alan Mackenzie
 ;;             1998- Martin Stjernholm
@@ -1584,7 +1584,7 @@ Key bindings:
 (easy-menu-define c-pike-menu pike-mode-map "Pike Mode Commands"
                  (cons "Pike" (c-lang-const c-mode-menu pike)))
 
-;;;###autoload (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(.in\\)?\\)\\'" . pike-mode))
+;;;###autoload (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(\\.in\\)?\\)\\'" . pike-mode))
 ;;;###autoload (add-to-list 'interpreter-mode-alist '("pike" . pike-mode))
 
 ;;;###autoload