From: Bastien Guerry Date: Tue, 22 Jan 2013 13:08:39 +0000 (+0100) Subject: org-install.el: Do not warn users. X-Git-Tag: 7.9.3e~28 X-Git-Url: https://repo.or.cz/w/org-mode.git/commitdiff_plain/7006f36d3daca1fc8cc78986c93c327941537b74 org-install.el: Do not warn users. * org-install.el: Do not warn users. --- diff --git a/lisp/org-install.el b/lisp/org-install.el index aca019fb8..583595973 100644 --- a/lisp/org-install.el +++ b/lisp/org-install.el @@ -1,10 +1,12 @@ ;;; org-install.el --- backward compatibility file for obsolete configuration ;; ;;; Code: -(warn "The file org-install is obsolete. -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.") +;; +;; The file org-install is obsolete. +;; +;; 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)