diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-29 14:14:08 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-29 14:14:08 -0400 |
commit | cbdc06f3be1fb1921454d15d5d9f48bef85cba9e (patch) | |
tree | eadcc7cd3232cc8f8ac5789d5ef48cc69796a19c /lisp/vc/diff-mode.el | |
parent | 8f24b587c87f621f5bc9997589de5d4e3f73b1c3 (diff) | |
download | emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.tar.gz |
Rename 24.5 to 25.1
Except where we expect to backport the corresponding change.
Diffstat (limited to 'lisp/vc/diff-mode.el')
-rw-r--r-- | lisp/vc/diff-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index d4e973956c8..9afb9f47e91 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -304,7 +304,7 @@ well." (defface diff-changed '((t nil)) "`diff-mode' face used to highlight changed lines." - :version "24.5" + :version "25.1" :group 'diff-mode) (define-obsolete-face-alias 'diff-changed-face 'diff-changed "22.1") (defvar diff-changed-face 'diff-changed) @@ -343,7 +343,7 @@ well." (((class color grayscale) (min-colors 88) (background dark)) :foreground "#dddddd")) "`diff-mode' face used to highlight context and other side-information." - :version "24.5" + :version "25.1" :group 'diff-mode) (define-obsolete-face-alias 'diff-context-face 'diff-context "22.1") (defvar diff-context-face 'diff-context) |