]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix warning in last change to semantic/idle.el.
authorBasil L. Contovounesios <contovob@tcd.ie>
Tue, 9 Feb 2021 19:04:58 +0000 (19:04 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Tue, 9 Feb 2021 19:05:25 +0000 (19:05 +0000)
lisp/cedet/semantic/idle.el

index 29cc8187e1921c41770925b8687067e14eb92c11..5af4607abb8187092a52dd79858544cf25c0a1d9 100644 (file)
@@ -898,7 +898,7 @@ Call `semantic-symref-hits-in-region' to identify local references."
        (when (semantic-tag-p target)
          (require 'semantic/symref/filter)
          (semantic-symref-hits-in-region
-          target (lambda (start end prefix)
+           target (lambda (start end _prefix)
                    (when (/= start (car Hbounds))
                      (pulse-momentary-highlight-region
                       start end semantic-idle-symbol-highlight-face))