]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-opt-op-identitier-prefix): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Tue, 2 Sep 2008 02:30:38 +0000 (02:30 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 2 Sep 2008 02:30:38 +0000 (02:30 +0000)
lisp/ChangeLog
lisp/progmodes/cc-langs.el

index 67f892c9380b65e3c1d37ed0171412059edcb9de..171ce3b0fddf279d6826f8e68af188d47d1d5e4f 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-02  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
+
 2008-09-01  Glenn Morris  <rgm@gnu.org>
 
        * vc-hooks.el (vc-previous-version): Move alias to vc.el.
index 4f706fc0fa76b0c9753b5c2801652247330567d9..0c0ab1ae3e2b57bad6864da362ee3e39ddd586c4 100644 (file)
@@ -985,7 +985,7 @@ This regexp is assumed to not match any non-operator identifier."
 ;; Note: the following alias is an old name which was a mis-spelling.  It has
 ;; been corrected above and throughout cc-engine.el.  It will be removed at
 ;; some release very shortly in the future.  ACM, 2006-04-14.
-(defalias 'c-opt-op-identitier-prefix 'c-opt-op-identifier-prefix)
+(defvaralias 'c-opt-op-identitier-prefix 'c-opt-op-identifier-prefix)
 (make-obsolete-variable 'c-opt-op-identitier-prefix 'c-opt-op-identifier-prefix
                        "CC Mode 5.31.4, 2006-04-14")