emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-git-link patch
@ 2009-11-19 23:28 Wes Hardaker
  2009-11-20  5:40 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Wes Hardaker @ 2009-11-19 23:28 UTC (permalink / raw)
  To: emacs-orgmode


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 ______________/
                         \__________________/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: org-git-link patch
  2009-11-19 23:28 org-git-link patch Wes Hardaker
@ 2009-11-20  5:40 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-11-20  5:40 UTC (permalink / raw)
  To: Wes Hardaker; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-20  5:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-19 23:28 org-git-link patch Wes Hardaker
2009-11-20  5:40 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).