summaryrefslogtreecommitdiff
path: root/lisp/org/org-install.el
blob: a31d8b792098702779e10cc3219758fa0434b97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;; org-install.el --- autogenerated file, do not edit
;;
;;; Code:
(warn "The file org-install is obsolete.
Please change your configuration to (require 'org) instead.")

(provide 'org-install)

;; Local Variables:
;; no-byte-compile: t
;; coding: utf-8
;; End:
;;; org-install.el ends here