aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-vc.el4
1 files 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 <tom@ryuslash.org>
;; 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