Sfoglia il codice sorgente

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

* org-eshell.el: New file.
Bastien Guerry 13 anni fa
parent
commit
a0f2396f8f
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 0
      Makefile
  2. 1 2
      lisp/org-eshell.el

+ 1 - 0
Makefile

@@ -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	\

+ 1 - 2
contrib/lisp/org-eshell.el → lisp/org-eshell.el

@@ -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)