diff options
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." | |||
| 1240 | (c-lang-defvar c-opt-op-identifier-prefix | 1240 | (c-lang-defvar c-opt-op-identifier-prefix |
| 1241 | (c-lang-const c-opt-op-identifier-prefix)) | 1241 | (c-lang-const c-opt-op-identifier-prefix)) |
| 1242 | 1242 | ||
| 1243 | ;; Note: the following alias is an old name which was a mis-spelling. It has | ||
| 1244 | ;; been corrected above and throughout cc-engine.el. It will be removed at | ||
| 1245 | ;; some release very shortly in the future. ACM, 2006-04-14. | ||
| 1246 | (defvaralias 'c-opt-op-identitier-prefix 'c-opt-op-identifier-prefix) | ||
| 1247 | (make-obsolete-variable 'c-opt-op-identitier-prefix 'c-opt-op-identifier-prefix | ||
| 1248 | "CC Mode 5.31.4, 2006-04-14") | ||
| 1249 | |||
| 1250 | (c-lang-defconst c-ambiguous-overloadable-or-identifier-prefixes | 1243 | (c-lang-defconst c-ambiguous-overloadable-or-identifier-prefixes |
| 1251 | ;; A list of strings which can be either overloadable operators or | 1244 | ;; A list of strings which can be either overloadable operators or |
| 1252 | ;; identifier prefixes. | 1245 | ;; identifier prefixes. |