]> git.eshelyaron.com Git - emacs.git/commit
Don't bind `s' in the normal backtrace map
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 9 Sep 2022 17:29:21 +0000 (19:29 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 9 Sep 2022 17:29:21 +0000 (19:29 +0200)
commit04a6fd378f0996c14c3cf9e4905f56df231aa500
tree7efe4f78cabf5cfa0c0c67705a3a816f0047b93b
parent4cc78bcfd1f82829b92dff53abf4adf45641b4b2
Don't bind `s' in the normal backtrace map

* lisp/emacs-lisp/backtrace.el (backtrace-mode-map): Don't bind
the "s" command, because it's meaningless outside modes that have
set the backtrace-goto-source-functions variable (and only edebug
does that) (bug#57674).
* lisp/emacs-lisp/edebug.el (edebug-pop-to-backtrace): Use it.
(edebug-backtrace-mode-map, edebug-backtrace-mode): New mode.
lisp/emacs-lisp/backtrace.el
lisp/emacs-lisp/edebug.el
test/lisp/emacs-lisp/edebug-tests.el