summaryrefslogtreecommitdiff
path: root/go2-tramp.el
diff options
context:
space:
mode:
Diffstat (limited to 'go2-tramp.el')
-rw-r--r--go2-tramp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/go2-tramp.el b/go2-tramp.el
index e44738f..9db7bd7 100644
--- a/go2-tramp.el
+++ b/go2-tramp.el
@@ -14,7 +14,7 @@
go2-lines))
(defun go2-tramp--list-cached ()
- (let ((repo (pcache-repository "go2-tramp"))
+ (let ((repo (pcache-repository 'go2-tramp))
(key 'list))
(if (pcache-has repo key)
(pcache-get repo key)