From 7006f36d3daca1fc8cc78986c93c327941537b74 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 22 Jan 2013 14:08:39 +0100 Subject: [PATCH] org-install.el: Do not warn users. * org-install.el: Do not warn users. --- lisp/org-install.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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) -- 2.11.4.GIT