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

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

[nongnu] elpa/golden-ratio ac6ca479cc 47/95: (golden-ratio): use thereis


From: ELPA Syncer
Subject: [nongnu] elpa/golden-ratio ac6ca479cc 47/95: (golden-ratio): use thereis in golden-ratio-inhibit-functions.
Date: Thu, 7 Sep 2023 22:02:12 -0400 (EDT)

branch: elpa/golden-ratio
commit ac6ca479cce95afbadd3ef5fd88cace198e6d87b
Author: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Commit: Thierry Volpiatto <thierry.volpiatto@gmail.com>

    (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

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