1
0
Fork 0

[oni-vc] Fix function name

This commit is contained in:
Tom Willemse 2022-02-24 15:00:03 -08:00
parent 5155b14a08
commit 3131d48a86

View file

@ -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