2013-01-08 14:27:18 +00:00
|
|
|
|
;;; org-install.el --- backward compatibility file for obsolete configuration
|
2008-07-27 22:11:45 +00:00
|
|
|
|
;;
|
2012-10-26 14:42:05 +00:00
|
|
|
|
;;; Code:
|
2013-02-07 07:11:59 +00:00
|
|
|
|
;;
|
|
|
|
|
;; 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."
|
2012-10-26 14:42:05 +00:00
|
|
|
|
|
2008-07-27 22:11:45 +00:00
|
|
|
|
(provide 'org-install)
|
2012-10-26 14:42:05 +00:00
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; no-byte-compile: t
|
|
|
|
|
;; coding: utf-8
|
|
|
|
|
;; End:
|
2008-07-27 22:11:45 +00:00
|
|
|
|
;;; org-install.el ends here
|