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:
parent
d5ac6679df
commit
de7d9e1f88
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue