Move org-eshell.el by Konrad Hinsen to Org's core.

* org-eshell.el: New file.
This commit is contained in:
Bastien Guerry 2011-12-21 09:43:48 +01:00
parent e514982ae1
commit a0f2396f8f
2 changed files with 2 additions and 2 deletions

View File

@ -91,6 +91,7 @@ LISPF = org.el \
org-footnote.el \
org-freemind.el \
org-gnus.el \
org-eshell.el \
org-habit.el \
org-html.el \
org-icalendar.el \

View File

@ -4,7 +4,7 @@
;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net>
;; Version: 0.1
;;
;; This file is not part of GNU Emacs.
;; This file is part of GNU Emacs.
;;
;; Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@ -58,7 +58,6 @@
(org-store-link-props
:link (org-make-link "eshell:" link)
:description command))))
(provide 'org-eshell)