From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-git-link patch Date: Fri, 20 Nov 2009 06:40:51 +0100 Message-ID: <11A669AE-31BD-4F23-A105-85B457A214C6@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBMEw-0007Wx-C8 for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 00:41:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBMEr-0007Ul-CQ for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 00:41:02 -0500 Received: from [199.232.76.173] (port=51619 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBMEr-0007Ue-7o for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 00:40:57 -0500 Received: from ey-out-1920.google.com ([74.125.78.144]:15782) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBMEq-0008Hw-RH for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 00:40:57 -0500 Received: by ey-out-1920.google.com with SMTP id 3so969397eyh.34 for ; Thu, 19 Nov 2009 21:40:55 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Wes Hardaker Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On Nov 20, 2009, at 12:28 AM, Wes Hardaker wrote: > > 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 ______________/ > \__________________/ > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten