Fix :version of new faces in term.el
* lisp/term.el (term-faint, term-italic, term-slow-blink) (term-fast-blink): Set proper :version.
This commit is contained in:
parent
8ee63604e3
commit
570d4f29fd
1 changed files with 4 additions and 4 deletions
|
@ -777,13 +777,13 @@ Buffer local variable.")
|
|||
'((t :inherit ansi-color-faint))
|
||||
"Default face to use for faint text."
|
||||
:group 'term
|
||||
:version "28.1")
|
||||
:version "29.1")
|
||||
|
||||
(defface term-italic
|
||||
'((t :inherit ansi-color-italic))
|
||||
"Default face to use for italic text."
|
||||
:group 'term
|
||||
:version "28.1")
|
||||
:version "29.1")
|
||||
|
||||
(defface term-underline
|
||||
'((t :inherit ansi-color-underline))
|
||||
|
@ -795,13 +795,13 @@ Buffer local variable.")
|
|||
'((t :inherit ansi-color-slow-blink))
|
||||
"Default face to use for slowly blinking text."
|
||||
:group 'term
|
||||
:version "28.1")
|
||||
:version "29.1")
|
||||
|
||||
(defface term-fast-blink
|
||||
'((t :inherit ansi-color-fast-blink))
|
||||
"Default face to use for rapidly blinking text."
|
||||
:group 'term
|
||||
:version "28.1")
|
||||
:version "29.1")
|
||||
|
||||
(defface term-color-black
|
||||
'((t :inherit ansi-color-black))
|
||||
|
|
Loading…
Add table
Reference in a new issue