; If Invalid function: with-memoization error introduced in 3c972723
This commit is contained in:
parent
3c972723e4
commit
e165bf3d49
1 changed files with 1 additions and 0 deletions
|
@ -636,6 +636,7 @@ The set of acceptable TYPEs (also called \"specializers\") is defined
|
||||||
;; overkill: better just use a `cl-typep' test.
|
;; overkill: better just use a `cl-typep' test.
|
||||||
(byte-compile
|
(byte-compile
|
||||||
`(lambda (generic dispatches-left methods)
|
`(lambda (generic dispatches-left methods)
|
||||||
|
(eval-when-compile (require 'subr-x))
|
||||||
(let ((method-cache (make-hash-table :test #'eql)))
|
(let ((method-cache (make-hash-table :test #'eql)))
|
||||||
(lambda (,@fixedargs &rest args)
|
(lambda (,@fixedargs &rest args)
|
||||||
(let ,bindings
|
(let ,bindings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue