Remove forgotten ‘or’ from pip-frame-add-buffer
This commit is contained in:
parent
a3722fbb12
commit
5c89fb4fd6
@ -112,7 +112,7 @@ custom option but it can be overriden here."
|
|||||||
If there is no PIP frame then create one.
|
If there is no PIP frame then create one.
|
||||||
A buffer can be added and displayed multiple times in the frame."
|
A buffer can be added and displayed multiple times in the frame."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((frame (or (pip-frame--get-frame t))))
|
(let ((frame (pip-frame--get-frame t)))
|
||||||
(if frame
|
(if frame
|
||||||
(pip-frame--add-additional-buffer)
|
(pip-frame--add-additional-buffer)
|
||||||
(pip-frame--make-frame))))
|
(pip-frame--make-frame))))
|
||||||
|
Loading…
Reference in New Issue
Block a user