diff options
Diffstat (limited to 'lisp/cedet/semantic/idle.el')
-rw-r--r-- | lisp/cedet/semantic/idle.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/idle.el b/lisp/cedet/semantic/idle.el index 83ac3b27e7d..45f804b62a7 100644 --- a/lisp/cedet/semantic/idle.el +++ b/lisp/cedet/semantic/idle.el @@ -905,7 +905,7 @@ Call `semantic-symref-hits-in-region' to identify local references." target (lambda (start end prefix) (when (/= start (car Hbounds)) (pulse-momentary-highlight-region - start end)) + start end semantic-idle-summary-highlight-face)) (semantic-throw-on-input 'symref-highlight) ) (semantic-tag-start tag) |