org-install.el 294 B

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