]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify that 'diff-error' is part of Emacs 28.1
authorProtesilaos Stavrou <info@protesilaos.com>
Wed, 18 Nov 2020 21:14:39 +0000 (23:14 +0200)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 18 Nov 2020 21:47:43 +0000 (21:47 +0000)
* lisp/vc/diff-mode.el (diff-error): Add :version tag (bug#44727).

lisp/vc/diff-mode.el

index 5aeb8feb99015e07a22e124919555577ec90da60..0a90613604778e91ef9084ab05fe424b1ab58dba 100644 (file)
@@ -403,7 +403,8 @@ well."
   '((((class color))
      :foreground "red" :background "black" :weight bold)
     (t :weight bold))
-  "`diff-mode' face for error messages from diff.")
+  "`diff-mode' face for error messages from diff."
+  :version "28.1")
 
 (defconst diff-yank-handler '(diff-yank-function))
 (defun diff-yank-function (text)