File: org-install.el

package info (click to toggle)
emacs24 24.4%2B1-5
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 117,404 kB
  • sloc: lisp: 1,073,087; ansic: 272,934; objc: 15,085; makefile: 5,480; sh: 2,257; perl: 1,319; xml: 1,110; pascal: 1,011; cs: 770; cpp: 528; awk: 477; ruby: 290; java: 27
file content (17 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;;; org-install.el --- backward compatibility file for obsolete configuration
;;
;;; Code:
;;
;; 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)

;; Local Variables:
;; no-byte-compile: t
;; coding: utf-8
;; End:
;;; org-install.el ends here