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

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

[nongnu] elpa/golden-ratio 25e95f7833 49/95: Merge pull request #27 from


From: ELPA Syncer
Subject: [nongnu] elpa/golden-ratio 25e95f7833 49/95: Merge pull request #27 from thierryvolpiatto/master
Date: Thu, 7 Sep 2023 22:02:12 -0400 (EDT)

branch: elpa/golden-ratio
commit 25e95f783340b7e6e537138f02da17b6161d6658
Merge: 807c441682 38948457fd
Author: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Commit: Thierry Volpiatto <thierry.volpiatto@gmail.com>

    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

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