From f53709c0e80c9bf32c24b94fd7f2cf6a00e32352 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 28 Feb 2020 15:42:31 -0800 Subject: Fix diff-hl-mode for P4 --- oni-diff-hl.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'oni-diff-hl.el') diff --git a/oni-diff-hl.el b/oni-diff-hl.el index 2f87ced..7fbc28b 100644 --- a/oni-diff-hl.el +++ b/oni-diff-hl.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2019.0904.210452 +;; Version: 2020.0228.154151 ;; Package-Requires: (diff-hl) ;; This program is free software; you can redistribute it and/or modify @@ -26,6 +26,8 @@ ;;; Code: +(require 'diff-hl) + (defun oni:with-diff-hl-p4-args (orig-fun &rest args) "Add Perforce-specific command-line arguments to `diff-hl-mode'. -- cgit v1.2.3-54-g00ecf