(debug): Allow recursive minibuffers if we're in a minibuffer already.
This commit is contained in:
parent
54c548db96
commit
c7387861c7
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ first will be printed into the backtrace buffer."
|
||||||
last-event-frame
|
last-event-frame
|
||||||
overriding-local-map
|
overriding-local-map
|
||||||
load-read-function
|
load-read-function
|
||||||
|
;; If we are inside a minibuffer, allow nesting
|
||||||
|
;; so that we don't get an error from the `e' command.
|
||||||
|
(enable-recursive-minibuffers (> (minibuffer-depth) 0))
|
||||||
(standard-input t) (standard-output t)
|
(standard-input t) (standard-output t)
|
||||||
(cursor-in-echo-area nil))
|
(cursor-in-echo-area nil))
|
||||||
(unwind-protect
|
(unwind-protect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue