; 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.
|
||||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue