diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-11-22 22:23:16 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-11-22 22:23:16 +0100 |
commit | 033e96055cc172d8d84adc128aee7f7d9889bb00 (patch) | |
tree | 4e6e0a24c60f4c8776fb574bf31727dcaf4af4ba /lisp/vc/diff-mode.el | |
parent | 6781cd670d1487bbf0364d80de68ca9733342769 (diff) | |
parent | 9b6ad3107f93d40f82c3c53dc0984c6d70aded83 (diff) | |
download | emacs-033e96055cc172d8d84adc128aee7f7d9889bb00.tar.gz emacs-033e96055cc172d8d84adc128aee7f7d9889bb00.tar.bz2 emacs-033e96055cc172d8d84adc128aee7f7d9889bb00.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/vc/diff-mode.el')
-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) |