mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(c-opt-op-identitier-prefix): Fix typo.
This commit is contained in:
parent
c441e59c8b
commit
c97833f0ee
2 changed files with 5 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue