@@ -33,7 +33,7 @@
;;; Code:
(eval-when-compile (require 'cl))
-(require 'org-sync)
+(require 'os)
(require 'url)
(require 'json)
@@ -35,7 +35,7 @@
(defvar os-github-backend
@@ -30,7 +30,7 @@
@@ -821,5 +821,5 @@ to import otherwise synchronize the buffer."
(os-sync)
(call-interactively 'os-import))))
-(provide 'org-sync)
+(provide 'os)
;;; os.el ends here