Skip to content
This repository has been archived by the owner on Feb 17, 2018. It is now read-only.

Commit

Permalink
quiet byte-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed May 17, 2014
1 parent 88c16e5 commit 7aaf5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-magit.el
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ representation of this path as output."
(concat "@"
(mapconcat 'identity
(third split) "@")))))
(and (featurep 'magit-svn)
(and (fboundp 'magit-svn-get-ref-info)
(let* ((default-directory repo)
(info (magit-svn-get-ref-info)))
(and info
Expand Down

0 comments on commit 7aaf5ba

Please sign in to comment.