Nicolas Petton writes: Hi Phillip, > This is using seq.el from trunk: > > (defvar l '(a c d)) > (setq l (nconc l l)) > (seq-mapn #'cons l '(1)) ;; ((a . 1)) I'm closing this issue, but feel free to reopen it if you can reproduce the problem with master. Cheers, Nico