diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2019-06-10 03:42:27 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-06-15 13:15:53 +0300 |
commit | 2a364d84c18527c344dec6f5bd577861df3f1679 (patch) | |
tree | 921dd7f887aa2891133aa34e261f619700aa012c /lisp | |
parent | 794ba60624a08d1f37764867f382d9be9523f665 (diff) | |
download | emacs-2a364d84c18527c344dec6f5bd577861df3f1679.tar.gz |
Remove another variable obsolete since Emacs 22
* lisp/progmodes/cc-langs.el: Remove obsolete variable
c-opt-op-identitier-prefix.
* etc/NEWS: Announce it. (Bug#36173)
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/cc-langs.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index be921ad42ab..2fcd6acf51f 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -1240,13 +1240,6 @@ This regexp is assumed to not match any non-operator identifier." (c-lang-defvar c-opt-op-identifier-prefix (c-lang-const c-opt-op-identifier-prefix)) -;; 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. -(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") - (c-lang-defconst c-ambiguous-overloadable-or-identifier-prefixes ;; A list of strings which can be either overloadable operators or ;; identifier prefixes. |