diff options
author | Protesilaos Stavrou <info@protesilaos.com> | 2020-11-18 23:14:39 +0200 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2020-11-18 21:47:43 +0000 |
commit | de7d9e1f88da08abf3883d585a69d52fbdd61963 (patch) | |
tree | a3c179b570cf5e3c99c36e26701989f76e8a4b16 | |
parent | d5ac6679df4925ef51cc0f299af2a84f27faafe7 (diff) | |
download | emacs-de7d9e1f88da08abf3883d585a69d52fbdd61963.tar.gz |
Clarify that 'diff-error' is part of Emacs 28.1
* lisp/vc/diff-mode.el (diff-error): Add :version tag (bug#44727).
-rw-r--r-- | lisp/vc/diff-mode.el | 3 |
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) |