From 5c89fb4fd6e8fcfc8f525b231788e7184a38b333 Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Mon, 16 May 2022 07:12:31 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20forgotten=20=E2=80=98or=E2=80=99=20fro?= =?UTF-8?q?m=20pip-frame-add-buffer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pip-frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-frame.el b/pip-frame.el index e2f21d2..a6c045f 100644 --- a/pip-frame.el +++ b/pip-frame.el @@ -112,7 +112,7 @@ custom option but it can be overriden here." If there is no PIP frame then create one. A buffer can be added and displayed multiple times in the frame." (interactive) - (let ((frame (or (pip-frame--get-frame t)))) + (let ((frame (pip-frame--get-frame t))) (if frame (pip-frame--add-additional-buffer) (pip-frame--make-frame))))