changeset 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 5158a9326a1c
children 8443644ecf39
files lisp/progmodes/cc-langs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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")