summaryrefslogtreecommitdiff
path: root/lisp/org/org-install.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/org-install.el')
-rw-r--r--lisp/org/org-install.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/org/org-install.el b/lisp/org/org-install.el
index a31d8b79209..aca019fb823 100644
--- a/lisp/org/org-install.el
+++ b/lisp/org/org-install.el
@@ -1,8 +1,10 @@
-;;; org-install.el --- autogenerated file, do not edit
+;;; org-install.el --- backward compatibility file for obsolete configuration
;;
;;; Code:
(warn "The file org-install is obsolete.
-Please change your configuration to (require 'org) instead.")
+It is provided here so that (require 'org-install) does not
+trigger an error for users with obsolete Emacs configuration.
+You can safely remove (require 'org-install) from your config.")
(provide 'org-install)