]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix :version of new faces in term.el
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Oct 2021 15:23:57 +0000 (17:23 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Oct 2021 15:23:57 +0000 (17:23 +0200)
* lisp/term.el (term-faint, term-italic, term-slow-blink)
(term-fast-blink): Set proper :version.

lisp/term.el

index 0e36e877e610de82e96b06bbf03fbdcd83f3faf9..dd5457745bdcfb0a1d8f600cd0527965ab112d8f 100644 (file)
@@ -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))