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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue