summaryrefslogtreecommitdiff
path: root/lisp/org/org-install.el
diff options
context:
space:
mode:
authorBastien Guerry <bzg@gnu.org>2013-02-07 08:11:59 +0100
committerBastien Guerry <bzg@gnu.org>2013-02-07 08:11:59 +0100
commitd351707783bbc9b42168d14f566dd63a8ecd9a1c (patch)
tree905c5ce57b8f5e2c2baa3112e3017f3ce58b8b58 /lisp/org/org-install.el
parente364bc673cfb92194c7d4a034e3c65ea9137d7ff (diff)
downloademacs-d351707783bbc9b42168d14f566dd63a8ecd9a1c.tar.gz
Merge Org 7.9.3e (commit b07a9bb).
Diffstat (limited to 'lisp/org/org-install.el')
-rw-r--r--lisp/org/org-install.el10
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/org/org-install.el b/lisp/org/org-install.el
index aca019fb823..58359597363 100644
--- a/lisp/org/org-install.el
+++ b/lisp/org/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)