From: PythonNut Date: Wed, 2 Sep 2015 18:12:50 +0000 (-0700) Subject: Change version predicate for vc-git polyfilling X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/0db71602079f1902908ca2b896f575818d6da1c0?ds=sidebyside Change version predicate for vc-git polyfilling --- diff --git a/diff-hl-flydiff.el b/diff-hl-flydiff.el index 233507445..b464ec687 100644 --- a/diff-hl-flydiff.el +++ b/diff-hl-flydiff.el @@ -32,7 +32,7 @@ (make-variable-buffer-local 'diff-hl-flydiff-modified-tick) ;; Polyfill concrete revisions for vc-git-working-revision in Emacs 24.4, 24.5 -(when (version<= emacs-version "24.5") +(when (version<= emacs-version "25.0") (with-eval-after-load 'vc-git (defun vc-git--symbolic-ref (file) (or