diff options
author | Glenn Morris <rgm@gnu.org> | 2020-04-11 07:50:12 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-04-11 07:50:12 -0700 |
commit | 1988ffbaed709dfc71126efbf06644476830f07e (patch) | |
tree | fdc98855a3ab7bf6d6cb4c8826ec4a9dfc603d33 /lisp/cedet | |
parent | b902d7c9d07b2cc951fa5c789d585d65366d19d2 (diff) | |
parent | fd27685c1e68e742abf1698573dac53743f15e48 (diff) | |
download | emacs-1988ffbaed709dfc71126efbf06644476830f07e.tar.gz |
Merge from origin/emacs-27
fd27685c1e (origin/emacs-27) ; * doc/lispref/keymaps.texi (Extended M...
6057d79a4e * doc/lispref/keymaps.texi (Extended Menu Items): Tweak :k...
17a1bb5a03 Fix redisplay when scrolling under redisplay-dont-pause
90321f595c Fix face extension in pulse.el
36c42d2a30 * doc/misc/tramp.texi (Bug Reports): Avoid line breaks in ...
d5750af151 Avoid assertion violation in intervals.c
18d1bc0a09 Improve documentation of 'jit-lock-contextually'
08486f4cae Speed up 'resize-mode' child frames a little
f451ef9308 ; * etc/NEWS: Mention 'executing-macro' in removed vars.
c49d379f17 Fix some problems with moving and resizing child frames
# Conflicts:
# etc/NEWS
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/pulse.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/cedet/pulse.el b/lisp/cedet/pulse.el index 16243e16b45..8649254aedd 100644 --- a/lisp/cedet/pulse.el +++ b/lisp/cedet/pulse.el @@ -161,6 +161,9 @@ Return t if there is more drift to do, nil if completed." (face-background face nil t) (face-background 'pulse-highlight-start-face) )) + (and face + (set-face-extend 'pulse-highlight-face + (face-extend-p face nil t))) (put 'pulse-highlight-face :startface (or face 'pulse-highlight-start-face)) (put 'pulse-highlight-face :iteration 0)) |