summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-22 14:08:44 +0100
committerBastien Guerry <bzg@altern.org>2013-01-22 14:08:44 +0100
commit74c7e02bcf3844624ebe91dc061b9dbedd8eb72f (patch)
tree5f833f631597d0e664b7498887f33cd8c2070eae
parent627b3faa3d720ff02fa777c5fe74088fbf45dba3 (diff)
parent7006f36d3daca1fc8cc78986c93c327941537b74 (diff)
downloadorg-mode-74c7e02bcf3844624ebe91dc061b9dbedd8eb72f.tar.gz
Merge branch 'maint'
-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)