mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-01 08:17:34 +00:00
14 lines
294 B
EmacsLisp
14 lines
294 B
EmacsLisp
|
;;; 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
|