- fxmapping-delete-all fxmap listprocedure
Returns a new fxmapping with the same associations as fxmap, except those for keys equal to an element of list.
(fxmapping->alist (fxmapping-delete-all (fxmapping 0 'a 1 'b 2 'c) '(1 2))) ⇒ ((0 . a))
Returns a new fxmapping with the same associations as fxmap, except those for keys equal to an element of list.
(fxmapping->alist (fxmapping-delete-all (fxmapping 0 'a 1 'b 2 'c) '(1 2))) ⇒ ((0 . a))