branch: externals/xr
commit b360cc38006a42396ff2b84a6debb5f85516b324
Author: Mattias Engdegård <matti...@acm.org>
Commit: Mattias Engdegård <matti...@acm.org>

    Remove unused variable
---
 xr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xr.el b/xr.el
index 99239fb..f8e484e 100644
--- a/xr.el
+++ b/xr.el
@@ -878,7 +878,7 @@ single-character strings."
        (`(not (syntax ,syn))
         (or (equal a b) (xr--syntax-superset-of-rx-p syn t b)))
 
-       ((or `(category ,_) `(not (category ,cat)))
+       ((or `(category ,_) `(not (category ,_)))
         (or (equal a b)
             (and (stringp b)
                  (string-match-p (rx-to-string a) b))))

Reply via email to