mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Allow escape from 'read-key'
* lisp/emacs-lisp/backtrace.el (backtrace-mode-map): Add a binding for 'abort-recursive-edit'. (Bug#73584)
This commit is contained in:
parent
4af5b79401
commit
734d5e2f29
@ -201,6 +201,7 @@ frames where the source code location is known.")
|
||||
"+" #'backtrace-multi-line
|
||||
"-" #'backtrace-single-line
|
||||
"." #'backtrace-expand-ellipses
|
||||
"C-]" #'abort-recursive-edit
|
||||
"<follow-link>" 'mouse-face
|
||||
"<mouse-2>" #'mouse-select-window
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user