* lisp/cedet/pulse.el (pulse-reset-face): Fix up previous
pulse-reset-face change -- reset back to the start face
(bug#48936).
(face-background 'pulse-highlight-start-face)
))
(set-face-extend 'pulse-highlight-face
- ;; If there's a face, use the :extend from that.
- ;; Otherwise, set it to nil.
- (and face (face-extend-p face nil t)))
+ (face-extend-p (or face 'pulse-highlight-start-face)
+ nil t))
(put 'pulse-highlight-face :startface (or face
'pulse-highlight-start-face))
(setq pulse-momentary-iteration 0))