emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] org-git-link patch


From: Wes Hardaker
Subject: [Orgmode] org-git-link patch
Date: Thu, 19 Nov 2009 15:28:17 -0800
User-agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.22 (linux, no MULE)

defalias in xemacs doesn't take a string arg


---
 contrib/lisp/org-git-link.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/lisp/org-git-link.el b/contrib/lisp/org-git-link.el
index 1206ace..030b955 100644
--- a/contrib/lisp/org-git-link.el
+++ b/contrib/lisp/org-git-link.el
@@ -130,8 +130,8 @@
       (list (expand-file-name ".git" dir) relpath))))


-(defalias 'org-git-gitrepos-p 'org-git-find-gitdir
-  "Return non-nil if path is in git repository")
+;  "Return non-nil if path is in git repository"
+(defalias 'org-git-gitrepos-p 'org-git-find-gitdir)


 ;; splitting the link string
--
1.6.2.5


-- 
\ Wes Hardaker                           http://pontifications.hardakers.net /
 \_____ "In the bathtub of history the truth is harder to hold than ________/
       \_______ the soap, and much more difficult to find." _______/
               \_________ -- Terry Pratchett ______________/
                         \__________________/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]