Browse Source

org-install.el: Do not warn users.

* org-install.el: Do not warn users.
Bastien Guerry 12 years ago
parent
commit
7006f36d3d
1 changed files with 6 additions and 4 deletions
  1. 6 4
      lisp/org-install.el

+ 6 - 4
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)