浏览代码

org-install.el: Do not warn users.

* org-install.el: Do not warn users.
Bastien Guerry 12 年之前
父节点
当前提交
7006f36d3d
共有 1 个文件被更改,包括 6 次插入4 次删除
  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)