aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-02-24 15:00:03 -0800
committerGravatar Tom Willemse2022-02-24 15:00:03 -0800
commit3131d48a8674fac51195c17681d56c61235b599f (patch)
treeaa7af01ad7c30979ee3c820a18f039bbf3c06761
parent5155b14a082e044779422d43acbaa88e5af2af26 (diff)
downloademacs-config-3131d48a8674fac51195c17681d56c61235b599f.tar.gz
emacs-config-3131d48a8674fac51195c17681d56c61235b599f.zip
[oni-vc] Fix function name
-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