branch: externals/olivetti
commit 1629f8940abb759865351fa95d44713c8c8d246f
Author: Paul Rankin <[email protected]>
Commit: Paul Rankin <[email protected]>
Always find window on all frames
---
olivetti.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/olivetti.el b/olivetti.el
index 0ea7016..d523511 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -163,7 +163,7 @@ find the `olivetti-safe-width' to which to set
`olivetti-body-width', then find the appropriate margin size
relative to each window. Finally set the window margins, taking
care that the maximum size is 0."
- (dolist (window (get-buffer-window-list nil nil (or frame t)))
+ (dolist (window (get-buffer-window-list nil nil t))
(let* ((n (olivetti-safe-width (if (integerp olivetti-body-width)
(olivetti-scale-width
olivetti-body-width)
olivetti-body-width)