branch: externals/boxy
commit 892cec5a2cf1ac9a0a87cb1b23f89cbefdd823e3
Author: Amy Grinn <grinn....@gmail.com>
Commit: Amy Grinn <grinn....@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 cb0dcf0eff..b7a2e2de15 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