Clarify that 'diff-error' is part of Emacs 28.1

* lisp/vc/diff-mode.el (diff-error): Add :version tag (bug#44727).
This commit is contained in:
Protesilaos Stavrou 2020-11-18 23:14:39 +02:00 committed by Basil L. Contovounesios
parent d5ac6679df
commit de7d9e1f88

View 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)