From b1f20bde27faf226e28ce980da9cca06de9c4a7d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 27 Oct 2012 09:25:14 +0200 Subject: [PATCH] org-install.el: Enhance warning * org-install.el: Enhance warning. Thanks to Simon Thum for requesting this. --- lisp/org-install.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/org-install.el b/lisp/org-install.el index a31d8b792..aca019fb8 100644 --- a/lisp/org-install.el +++ b/lisp/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) -- 2.11.4.GIT