; If Invalid function: with-memoization error introduced in 3c972723

This commit is contained in:
Tassilo Horn 2021-10-01 21:15:51 +02:00
parent 3c972723e4
commit e165bf3d49

View file

@ -636,6 +636,7 @@ The set of acceptable TYPEs (also called \"specializers\") is defined
;; overkill: better just use a `cl-typep' test.
(byte-compile
`(lambda (generic dispatches-left methods)
(eval-when-compile (require 'subr-x))
(let ((method-cache (make-hash-table :test #'eql)))
(lambda (,@fixedargs &rest args)
(let ,bindings