Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed Apr 3, 2018
1 parent c74f328 commit 94dc112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-x-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
(cl-loop for cand in candidates
when (and (stringp cand)
(string-match "\\`[[:space:]]*file://\\(.*\\)" cand))
collect (url-unhex-string(match-string 1 cand))))
collect (url-unhex-string (match-string 1 cand))))

(defvar helm-source-tracker-search
(helm-build-async-source "Tracker Search"
Expand Down

0 comments on commit 94dc112

Please sign in to comment.