branch: externals/boxy
commit 7f5d955412782377f3534b8ad2e41d5458a0432e
Author: Tyler Grinn <tylergr...@gmail.com>
Commit: Tyler Grinn <tylergr...@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