summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/fw.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-07 14:34:29 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-07 14:44:34 +0100
commitc94b81bfc1877e4e7057c66cb73bd0942e9fd218 (patch)
tree6daede7231084546549b88811137c12f71b5b43e /lisp/cedet/semantic/fw.el
parentdb56e32d1241a6573cb7b688362669abec28e648 (diff)
downloademacs-c94b81bfc1877e4e7057c66cb73bd0942e9fd218.tar.gz
Remove some unnecessary references to Emacs 22
* lisp/cedet/semantic/fw.el: * lisp/emacs-lisp/bytecomp.el (byte-compile-from-buffer): * lisp/emulation/viper-util.el (viper-frame-value): * lisp/mail/rmail.el (rmail-delete-headers): * lisp/mh-e/mh-e.el (mh-inc-spool-list): Remove some unnecessary references to Emacs 22.
Diffstat (limited to 'lisp/cedet/semantic/fw.el')
-rw-r--r--lisp/cedet/semantic/fw.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/fw.el b/lisp/cedet/semantic/fw.el
index 16e8ce8de95..3502cda500e 100644
--- a/lisp/cedet/semantic/fw.el
+++ b/lisp/cedet/semantic/fw.el
@@ -66,8 +66,6 @@
(defalias 'semantic-mode-line-update #'force-mode-line-update)
-;; Since Emacs 22 major mode functions should use `run-mode-hooks' to
-;; run major mode hooks.
(define-obsolete-function-alias 'semantic-run-mode-hooks #'run-mode-hooks "28.1")
;; Fancy compat usage now handled in cedet-compat