# HG changeset patch # User Richard M. Stallman # Date 874097837 0 # Node ID 3e6802bae367df25a00f6fa48ca331645aeb51a9 # Parent 45a077538366d82797ddaa001a1343cf38154c22 (debug): Allow recursive minibuffers if we're in a minibuffer already. diff -r 45a077538366 -r 3e6802bae367 lisp/emacs-lisp/debug.el --- a/lisp/emacs-lisp/debug.el Fri Sep 12 20:55:34 1997 +0000 +++ b/lisp/emacs-lisp/debug.el Fri Sep 12 20:57:17 1997 +0000 @@ -108,6 +108,9 @@ last-event-frame overriding-local-map 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) (cursor-in-echo-area nil)) (unwind-protect