]> git.eshelyaron.com Git - emacs.git/commitdiff
Use correct face when pulsing in CEDET
authorGregory Heytings <gregory@heytings.org>
Tue, 25 May 2021 04:22:36 +0000 (06:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 25 May 2021 04:22:36 +0000 (06:22 +0200)
* lisp/cedet/pulse.el (pulse-momentary-highlight-overlay): Use
pulse-highlight-face, not pulse-highlight-start-face (bug#47810).

lisp/cedet/pulse.el

index 1e4506713ae2e89b1f65201c2973c20859b8ccc9..62b2072e18c64775ab539d618b53182874c13413 100644 (file)
@@ -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))))