From: Glenn Morris Date: Tue, 2 Sep 2008 02:30:38 +0000 (+0000) Subject: (c-opt-op-identitier-prefix): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~3078 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c97833f0ee2038fa1376ba20382b2219b4e1dee8;p=emacs.git (c-opt-op-identitier-prefix): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 67f892c9380..171ce3b0fdd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-09-02 Glenn Morris + + * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo. + 2008-09-01 Glenn Morris * vc-hooks.el (vc-previous-version): Move alias to vc.el. diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 4f706fc0fa7..0c0ab1ae3e2 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -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")