summaryrefslogtreecommitdiff
path: root/lisp/vc/diff-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc/diff-mode.el')
-rw-r--r--lisp/vc/diff-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index 5aeb8feb990..0a906136047 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -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)