emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/olivetti 1629f89 102/134: Always find window on all fra


From: Stefan Monnier
Subject: [elpa] externals/olivetti 1629f89 102/134: Always find window on all frames
Date: Thu, 25 Apr 2019 09:57:37 -0400 (EDT)

branch: externals/olivetti
commit 1629f8940abb759865351fa95d44713c8c8d246f
Author: Paul Rankin <address@hidden>
Commit: Paul Rankin <address@hidden>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]