diff lisp/progmodes/cc-langs.el @ 97943:8c3cc772f767

(c-opt-op-identitier-prefix): Fix typo.
author Glenn Morris <rgm@gnu.org>
date Tue, 02 Sep 2008 02:30:19 +0000
parents 52b7a8c22af5
children a9dc0e7c3f2b
line wrap: on
line diff
--- a/lisp/progmodes/cc-langs.el	Tue Sep 02 01:59:19 2008 +0000
+++ b/lisp/progmodes/cc-langs.el	Tue Sep 02 02:30:19 2008 +0000
@@ -985,7 +985,7 @@
 ;; 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")