(debug): Leave recursive minibuffer enabled
authorAndreas Schwab <schwab@suse.de>
Mon, 4 Jan 1999 11:53:22 +0000 (11:53 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 4 Jan 1999 11:53:22 +0000 (11:53 +0000)
if it was enabled before.

lisp/emacs-lisp/debug.el

index fa874f5..0e6e0ef 100644 (file)
@@ -130,7 +130,8 @@ first will be printed into the backtrace buffer."
          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))
+         (enable-recursive-minibuffers
+          (or enable-recursive-minibuffers (> (minibuffer-depth) 0)))
          (standard-input t) (standard-output t)
          (cursor-in-echo-area nil))
       (unwind-protect