2012-10-27 03:25:14 -04:00
|
|
|
|
;;; org-install.el --- backward compatibility file for obsolete configuration
|
2012-10-03 12:39:07 -04:00
|
|
|
|
;;
|
|
|
|
|
;;; Code:
|
2013-01-22 08:08:39 -05: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-03 12:39:07 -04:00
|
|
|
|
|
|
|
|
|
(provide 'org-install)
|
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; no-byte-compile: t
|
|
|
|
|
;; coding: utf-8
|
|
|
|
|
;; End:
|
|
|
|
|
;;; org-install.el ends here
|