about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/cache.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/wpc/cache.el')
-rw-r--r--emacs/.emacs.d/wpc/cache.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/cache.el b/emacs/.emacs.d/wpc/cache.el
index ebe581786f7b..421125745e38 100644
--- a/emacs/.emacs.d/wpc/cache.el
+++ b/emacs/.emacs.d/wpc/cache.el
@@ -44,7 +44,7 @@
 (defun cache/touch (x xs)
   "Ensure value X in cache, XS, is front of the list.
 If X isn't in XS (using `equal'), insert it at the front."
-  (struct/update
+  (struct-update
    cache
    xs
    (>> (list/reject (lambda (y) (equal x y)))