From 95c82efdb141029de89d9136a9ce4fe907de7c5e Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Thu, 25 Aug 2016 11:04:46 +0200 Subject: [PATCH] =?utf8?q?In=20=E2=80=98clone-indirect-buffer=E2=80=99=20f?= =?utf8?q?ix=20argument=20mixup=20(Bug#24306)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * lisp/simple.el (clone-indirect-buffer): Add value for ACTION argument in `pop-to-buffer' call (Bug#24306). --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 51b24bb3ffb..6105f016b90 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -8419,7 +8419,7 @@ Returns the newly created indirect buffer." (with-current-buffer buffer (run-hooks 'clone-indirect-buffer-hook)) (when display-flag - (pop-to-buffer buffer norecord)) + (pop-to-buffer buffer nil norecord)) buffer)) -- 2.39.2