diff options
author | Bastien Guerry <bzg@gnu.org> | 2013-01-08 15:27:18 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2013-01-08 15:27:18 +0100 |
commit | c7cf0ebc24d66371c8d48ad72f65e72a2a027f06 (patch) | |
tree | dc95a8d996cf93343213c03668485a8750182648 /lisp/org/org-install.el | |
parent | 06364e6463b654038ca3290fec6a37d1ca69700c (diff) | |
download | emacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.tar.gz emacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.tar.bz2 emacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.zip |
Merge Org 7.9.3 (commit 31c1aea)
Diffstat (limited to 'lisp/org/org-install.el')
-rw-r--r-- | lisp/org/org-install.el | 6 |
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) |