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

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

[elpa] externals/boxy 7f5d955 04/10: Typo in boxy--add-matching


From: ELPA Syncer
Subject: [elpa] externals/boxy 7f5d955 04/10: Typo in boxy--add-matching
Date: Fri, 15 Oct 2021 10:57:11 -0400 (EDT)

branch: externals/boxy
commit 7f5d955412782377f3534b8ad2e41d5458a0432e
Author: Tyler Grinn <tylergrinn@gmail.com>
Commit: Tyler Grinn <tylergrinn@gmail.com>

    Typo in boxy--add-matching
---
 boxy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boxy.el b/boxy.el
index cb0dcf0..b7a2e2d 100644
--- a/boxy.el
+++ b/boxy.el
@@ -1462,7 +1462,7 @@ If EXCLUDE-CHILDREN, only retrieve sibling boxes."
                                         (with-slots (markers) match markers))
                                    (and (slot-boundp box :markers)
                                         (with-slots (markers) box markers)))))
-  (if (not (slot-boundp match :action)) (slot-boundp box :action)
+  (if (and (not (slot-boundp match :action)) (slot-boundp box :action))
     (oset match :action (with-slots (action) box action)))
   (mapc
    (lambda (next) (boxy-add-next next match))



reply via email to

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