branch: elpa/golden-ratio
commit ac6ca479cce95afbadd3ef5fd88cace198e6d87b
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    (golden-ratio): use thereis in golden-ratio-inhibit-functions.
---
 golden-ratio.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/golden-ratio.el b/golden-ratio.el
index dfe6baf6e9..eb3601c58e 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -87,7 +87,7 @@ will not cause the window to be resized to the golden ratio."
                       golden-ratio-exclude-buffer-names)
               (and golden-ratio-inhibit-functions
                    (loop for fun in golden-ratio-inhibit-functions
-                         always (funcall fun))))
+                         thereis (funcall fun))))
     (let ((dims (golden-ratio--dimensions))
           (golden-p (if golden-ratio-mode 1 -1)))
       ;; Always disable `golden-ratio-mode' to avoid

Reply via email to