mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Declare some ancient compat aliases obsolete (Bug#41328)
* lisp/comint.el (comint-read-noecho): * lisp/emacs-lisp/edebug.el (edebug-all-defuns): * lisp/man.el (manual-entry): * lisp/vc/log-edit.el (vc-log-mode-map, vc-log-entry-mode): Declare ancient backwards-compatibility aliases and functions obsolete. The oldest in this list was added in 1992, and the most recent in 2004. * lisp/net/telnet.el (telnet-initial-filter): Don't use `comint-read-noecho'.
This commit is contained in:
parent
f7a916a618
commit
7899fa4309
5 changed files with 7 additions and 7 deletions
|
|
@ -555,7 +555,7 @@ already is one.)"
|
|||
|
||||
|
||||
;; Compatibility with old versions.
|
||||
(defalias 'edebug-all-defuns 'edebug-all-defs)
|
||||
(define-obsolete-function-alias 'edebug-all-defuns #'edebug-all-defs "28.1")
|
||||
|
||||
;;;###autoload
|
||||
(defun edebug-all-defs ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue