Make aliases introduced in previous patch obsolete
* lisp/emacs-lisp/debug.el (debugger-toggle-locals): (debug-help-follow): Make reinstated aliases obsolete.
This commit is contained in:
parent
4997032c05
commit
41dcbeccf3
1 changed files with 4 additions and 2 deletions
|
@ -538,7 +538,8 @@ The environment used is the one when entering the activation frame at point."
|
|||
(let ((str (eval-expression-print-format val)))
|
||||
(if str (princ str t))))))))
|
||||
|
||||
(defalias 'debugger-toggle-locals 'backtrace-toggle-locals)
|
||||
(define-obsolete-function-alias 'debugger-toggle-locals
|
||||
'backtrace-toggle-locals "28.1")
|
||||
|
||||
|
||||
(defvar debugger-mode-map
|
||||
|
@ -634,7 +635,8 @@ Complete list of commands:
|
|||
(buffer-substring (line-beginning-position 0)
|
||||
(line-end-position 0)))))
|
||||
|
||||
(defalias 'debug-help-follow 'backtrace-help-follow-symbol)
|
||||
(define-obsolete-function-alias 'debug-help-follow
|
||||
'backtrace-help-follow-symbol "28.1")
|
||||
|
||||
|
||||
;; When you change this, you may also need to change the number of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue