Mercurial > emacs
changeset 23988:571d2c4f3edf
(debug): Leave recursive minibuffer enabled
if it was enabled before.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 04 Jan 1999 11:53:22 +0000 |
parents | a3199b854cf2 |
children | 38295026616a |
files | lisp/emacs-lisp/debug.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/debug.el Mon Jan 04 11:04:27 1999 +0000 +++ b/lisp/emacs-lisp/debug.el Mon Jan 04 11:53:22 1999 +0000 @@ -130,7 +130,8 @@ 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