summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-22 14:08:39 +0100
committerBastien Guerry <bzg@altern.org>2013-01-22 14:08:39 +0100
commit7006f36d3daca1fc8cc78986c93c327941537b74 (patch)
tree697388300a5b686f4b7a6e5525c0c153c2c0c334
parenta85b393994d9dcfe12a457c5c9dd62d9090bdb06 (diff)
downloadorg-mode-7006f36d3daca1fc8cc78986c93c327941537b74.tar.gz
org-install.el: Do not warn users.
* org-install.el: Do not warn users.
-rw-r--r--lisp/org-install.el10
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/org-install.el b/lisp/org-install.el
index aca019f..5835959 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)