Closed rakino closed 1 year ago
Thanks for your contribution!
My intention at this point, as noted on the Package-Requires
line near the beginning of the file, is to support versions of Emacs back to 25.1. Can you confirm that the (setf (map-elt ...)
approach works that far back?
Unfortunately it doesn't...
let*: Symbol’s function definition is void: \(setf\ map-elt\)
That error message doesn't look right to me; can you please show me the full line of code which causes that error?
It turns out adding (require 'map)
solves the issue.
Great - merged, thanks!
This eliminates the following warning: ‘map-put’ is an obsolete macro (as of 27.1); use ‘map-put!’ or ‘(setf (map-elt ...) ...)’ instead.