mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-29 07:58:21 +00:00
20ac3a3b36
* lisp/Makefile: Arrange for an uncompiled org-install.el. This also ensures that if there's an old org-install.el in the installation directory, it will be replaced and not linger. * lisp/org-install.el: Provide an empty file that prints a warning about an outdated configuration.
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
|