summaryrefslogtreecommitdiff
path: root/go2-tramp.el
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2020-04-23 13:17:22 +0100
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2020-09-28 10:52:03 +0100
commit210855677516b2e2c4c1f33bd23bc9d030b1aa15 (patch)
tree22a03de6e2c6893995dae2da811060ec7a0277d0 /go2-tramp.el
parentword diffs in magit! (diff)
downloademacs-210855677516b2e2c4c1f33bd23bc9d030b1aa15.tar.gz
emacs-210855677516b2e2c4c1f33bd23bc9d030b1aa15.tar.bz2
emacs-210855677516b2e2c4c1f33bd23bc9d030b1aa15.zip
someupdates
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)