+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.
;; 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")