X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/cf250b3a948a846c31210540c8f1b76fdc22bb69..445258b7156a22c83cc2a4d206ee907bb2b3db09:/packages/diff-hl/diff-hl.el diff --git a/packages/diff-hl/diff-hl.el b/packages/diff-hl/diff-hl.el index cd3d01748..b8407884e 100644 --- a/packages/diff-hl/diff-hl.el +++ b/packages/diff-hl/diff-hl.el @@ -1,11 +1,11 @@ -;;; diff-hl.el --- Highlight uncommitted changes -*- lexical-binding: t -*- +;;; diff-hl.el --- Highlight uncommitted changes using VC -*- lexical-binding: t -*- -;; Copyright (C) 2012-2015 Free Software Foundation, Inc. +;; Copyright (C) 2012-2016 Free Software Foundation, Inc. ;; Author: Dmitry Gutov ;; URL: https://github.com/dgutov/diff-hl ;; Keywords: vc, diff -;; Version: 1.8.1 +;; Version: 1.8.2 ;; Package-Requires: ((cl-lib "0.2")) ;; This file is part of GNU Emacs. @@ -417,7 +417,7 @@ in the source file, or the last line of the hunk above it." (with-current-buffer ,buffer (save-buffer)) (message "Hunk reverted")))) - (quit-windows-on diff-buffer)))) + (quit-windows-on diff-buffer t)))) (defun diff-hl-hunk-overlay-at (pos) (cl-loop for o in (overlays-in pos (1+ pos))