Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions diff-hl.el
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,8 @@ contents as they are (or would be) after applying the changes in NEW."
(diff-hl--update)))

(defun diff-hl--update-buffer (buf)
(when (buffer-live-p buf)
(with-current-buffer buf
(diff-hl-update))))
(with-current-buffer buf
(diff-hl-update)))

(defun diff-hl-with-editor-p (_dir)
(bound-and-true-p with-editor-mode))
Expand Down
Loading