summaryrefslogtreecommitdiff
path: root/lisp/emulation/edt.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-11-19 17:42:14 +0100
committerStefan Kangas <stefan@marxist.se>2020-11-19 20:44:45 +0100
commit493e19b97f8561638f042fb166cd69a384718edd (patch)
tree655d56e5137cfcb1e3862d393da4e83bd91db871 /lisp/emulation/edt.el
parent1ac6330fce34beaead60f1c5c7573950e9014780 (diff)
downloademacs-493e19b97f8561638f042fb166cd69a384718edd.tar.gz
Declare some compat aliases obsolete
* lisp/cedet/semantic/tag.el (semantic-token-version) (semantic-token-incompatible-version): * lisp/emulation/edt.el (edt-bind-standard-key): Make compat aliases obsolete.
Diffstat (limited to 'lisp/emulation/edt.el')
-rw-r--r--lisp/emulation/edt.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index e70b44658d5..b29ad7702ef 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -2161,8 +2161,7 @@ Argument KEY is the name of a key. It can be a standard key or a function key.
Argument BINDING is the Emacs function to be bound to <KEY>."
(define-key edt-user-global-map key binding))
-;; For backward compatibility to existing edt-user.el files.
-(fset 'edt-bind-standard-key (symbol-function 'edt-bind-key))
+(define-obsolete-function-alias 'edt-bind-standard-key #'edt-bind-key "28.1")
(defun edt-bind-gold-key (key gold-binding)
"Binds <GOLD> standard key sequences to custom bindings in the EDT Emulator.