aboutsummaryrefslogtreecommitdiffstats
path: root/oni-vc.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-vc.el')
-rw-r--r--oni-vc.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-vc.el b/oni-vc.el
index fddf067..538861d 100644
--- a/oni-vc.el
+++ b/oni-vc.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0904.210844
+;; Version: 2021.1123.002400
;; Package-Requires: (vc-p4)
;; This program is free software; you can redistribute it and/or modify
@@ -29,7 +29,5 @@
(when (eql system-type 'windows-nt)
(require 'vc-p4))
-;;;###autoload(with-eval-after-load 'vc (require 'oni-vc))
-
(provide 'oni-vc)
;;; oni-vc.el ends here