; Fix warning in last change to semantic/idle.el.

This commit is contained in:
Basil L. Contovounesios 2021-02-09 19:04:58 +00:00
parent e4328d4b3e
commit bff9bd0d3a

View 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))