Use correct face when pulsing in CEDET
* lisp/cedet/pulse.el (pulse-momentary-highlight-overlay): Use pulse-highlight-face, not pulse-highlight-start-face (bug#47810).
This commit is contained in:
parent
740d424547
commit
1fa58c548a
1 changed files with 1 additions and 2 deletions
|
@ -153,8 +153,7 @@ Optional argument FACE specifies the face to do the highlighting."
|
|||
;; with a reference face needed for the color.
|
||||
(pulse-reset-face face)
|
||||
(let* ((start (color-name-to-rgb
|
||||
(face-background 'pulse-highlight-start-face
|
||||
nil 'default)))
|
||||
(face-background 'pulse-highlight-face nil 'default)))
|
||||
(stop (color-name-to-rgb (face-background 'default)))
|
||||
(colors (mapcar (apply-partially 'apply 'color-rgb-to-hex)
|
||||
(color-gradient start stop pulse-iterations))))
|
||||
|
|
Loading…
Add table
Reference in a new issue