From 3131d48a8674fac51195c17681d56c61235b599f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 24 Feb 2022 15:00:03 -0800 Subject: [PATCH] [oni-vc] Fix function name --- oni-vc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oni-vc.el b/oni-vc.el index 5da0147..f2e7379 100644 --- a/oni-vc.el +++ b/oni-vc.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2022.0222.204847 +;; Version: 2022.0224.145953 ;; Package-Requires: (vc-p4) ;; This program is free software; you can redistribute it and/or modify @@ -44,7 +44,7 @@ (add-hook 'pre-command-hook 'oni-vc-pre-edit-function nil t))) ;;;###autoload -(add-hook 'find-file-hook 'oni-vc-find-file-hook) +(add-hook 'find-file-hook 'oni-vc-enable-auto-checkout-for-perforce) (provide 'oni-vc) ;;; oni-vc.el ends here