summaryrefslogtreecommitdiff
path: root/lisp/org/org-install.el
diff options
context:
space:
mode:
authorBastien Guerry <bzg@gnu.org>2013-01-08 15:27:18 +0100
committerBastien Guerry <bzg@gnu.org>2013-01-08 15:27:18 +0100
commitc7cf0ebc24d66371c8d48ad72f65e72a2a027f06 (patch)
treedc95a8d996cf93343213c03668485a8750182648 /lisp/org/org-install.el
parent06364e6463b654038ca3290fec6a37d1ca69700c (diff)
downloademacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.tar.gz
Merge Org 7.9.3 (commit 31c1aea)
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)