Skip to content

Commit

Permalink
Function hash-table-values is provided by subr-x
Browse files Browse the repository at this point in the history
`pcache`'s constructor's call to `pcache-validate-repo` silently fails unless `subr-x` is `require`d.

This fixes rolandwalker/unicode-fonts#21.
  • Loading branch information
mavit committed Jan 5, 2017
1 parent 42d1738 commit 477870c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcache.el
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

(require 'eieio)
(require 'eieio-base)
(require 'subr-x)

(defvar pcache-directory
(let ((dir (concat user-emacs-directory "var/pcache/")))
Expand Down

0 comments on commit 477870c

Please sign in to comment.