[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26440: seq-mapn fails with circular sequence
From: |
Nicolas Petton |
Subject: |
bug#26440: seq-mapn fails with circular sequence |
Date: |
Mon, 31 Jul 2017 13:34:00 +0200 |
Nicolas Petton <nicolas@petton.fr> writes:
>> The problem does exist on trunk which does this instead:
This is using seq.el from trunk:
(defvar l '(a c d))
(setq l (nconc l l))
(seq-mapn #'cons l '(1)) ;; ((a . 1))
Cheers,
Nico
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#26440: seq-mapn fails with circular sequence,
Nicolas Petton <=