summaryrefslogtreecommitdiff
path: root/lisp/term.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-10-16 17:23:57 +0200
committerMichael Albinus <michael.albinus@gmx.de>2021-10-16 17:23:57 +0200
commit570d4f29fd61b3557fa8ab29e580bf7de8fb0dd5 (patch)
tree9b50cdb7d1ea9aadd0aea5a07f119e9455d02a53 /lisp/term.el
parent8ee63604e3738750a845b7d03563942a94052bd9 (diff)
downloademacs-570d4f29fd61b3557fa8ab29e580bf7de8fb0dd5.tar.gz
Fix :version of new faces in term.el
* lisp/term.el (term-faint, term-italic, term-slow-blink) (term-fast-blink): Set proper :version.
Diffstat (limited to 'lisp/term.el')
-rw-r--r--lisp/term.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/term.el b/lisp/term.el
index 0e36e877e61..dd5457745bd 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -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))