From 4c215b42a7651bc15570a4c182a913ed1c01600b Mon Sep 17 00:00:00 2001 From: jeffersoncarpenter Date: Fri, 4 Oct 2019 00:43:57 +0000 Subject: [PATCH] smaller patch --- lisp/window.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/window.el b/lisp/window.el index d93ec0add6..768bd68706 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -8181,7 +8181,7 @@ from the list of completions and default values." (set (make-local-variable 'icomplete-with-completion-tables) (cons rbts-completion-table icomplete-with-completion-tables)))) - (read-buffer prompt (other-buffer (current-buffer)) + (read-buffer prompt (other-buffer (current-buffer) t) (confirm-nonexistent-file-or-buffer))))) (defun window-normalize-buffer-to-switch-to (buffer-or-name) -- 2.16.1.windows.4