branch: elpa/golden-ratio
commit 25e95f783340b7e6e537138f02da17b6161d6658
Merge: 807c441682 38948457fd
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Merge pull request #27 from thierryvolpiatto/master
    
    Merge last changes from my fork
---
 golden-ratio.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/golden-ratio.el b/golden-ratio.el
index fd64c5cc73..1ef0ca9f7c 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