aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2019-06-10 03:42:27 +0200
committerEli Zaretskii2019-06-15 13:15:53 +0300
commit2a364d84c18527c344dec6f5bd577861df3f1679 (patch)
tree921dd7f887aa2891133aa34e261f619700aa012c
parent794ba60624a08d1f37764867f382d9be9523f665 (diff)
downloademacs-2a364d84c18527c344dec6f5bd577861df3f1679.tar.gz
emacs-2a364d84c18527c344dec6f5bd577861df3f1679.zip
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)
-rw-r--r--etc/NEWS8
-rw-r--r--lisp/progmodes/cc-langs.el7
2 files changed, 4 insertions, 11 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e3023216ac1..723f0a0fb05 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1622,10 +1622,10 @@ fixnum for such arguments.
1622** Some functions and variables obsolete since Emacs 22 have been removed: 1622** Some functions and variables obsolete since Emacs 22 have been removed:
1623archive-mouse-extract, assoc-ignore-case, assoc-ignore-representation, 1623archive-mouse-extract, assoc-ignore-case, assoc-ignore-representation,
1624backward-text-line, blink-cursor, bookmark-exit-hooks, 1624backward-text-line, blink-cursor, bookmark-exit-hooks,
1625comint-use-prompt-regexp-instead-of-fields, compilation-finish-function, 1625c-opt-op-identitier-prefix, comint-use-prompt-regexp-instead-of-fields,
1626count-text-lines, cperl-vc-header-alist, custom-face-save-command, 1626compilation-finish-function, count-text-lines, cperl-vc-header-alist,
1627cvs-display-full-path, cvs-fileinfo->full-path, delete-frame-hook, 1627custom-face-save-command, cvs-display-full-path, cvs-fileinfo->full-path,
1628derived-mode-class, describe-char-after, describe-project, 1628delete-frame-hook, derived-mode-class, describe-char-after, describe-project,
1629desktop-basefilename, desktop-buffer-handlers, desktop-buffer-misc-functions, 1629desktop-basefilename, desktop-buffer-handlers, desktop-buffer-misc-functions,
1630desktop-buffer-modes-to-save, desktop-enable, desktop-load-default, 1630desktop-buffer-modes-to-save, desktop-enable, desktop-load-default,
1631dired-omit-files-p, disabled-command-hook, dungeon-mode-map, 1631dired-omit-files-p, disabled-command-hook, dungeon-mode-map,
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.