aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 96f1e8d47e7..503f7fca72a 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -7250,7 +7250,8 @@ if any returns nil. If `confirm-kill-emacs' is non-nil, calls it."
7250 (or (not active) 7250 (or (not active)
7251 (with-displayed-buffer-window 7251 (with-displayed-buffer-window
7252 (get-buffer-create "*Process List*") 7252 (get-buffer-create "*Process List*")
7253 '(display-buffer--maybe-at-bottom) 7253 '(display-buffer--maybe-at-bottom
7254 (dedicated . t))
7254 #'(lambda (window _value) 7255 #'(lambda (window _value)
7255 (with-selected-window window 7256 (with-selected-window window
7256 (unwind-protect 7257 (unwind-protect