; Fix warning in last change to semantic/idle.el.
This commit is contained in:
parent
e4328d4b3e
commit
bff9bd0d3a
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue