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

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

[elpa] externals/xr b360cc3 2/5: Remove unused variable


From: Mattias Engdegård
Subject: [elpa] externals/xr b360cc3 2/5: Remove unused variable
Date: Sun, 26 May 2019 13:17:53 -0400 (EDT)

branch: externals/xr
commit b360cc38006a42396ff2b84a6debb5f85516b324
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    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

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