emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

copy-sequence no longer copies rings


From: Michael Kifer
Subject: copy-sequence no longer copies rings
Date: Mon, 22 Oct 2007 00:43:17 -0400


copy-sequence used to copy rings all right, but no longer (since a few
weeks ago). For instance, 

(copy-sequence   '(2 3 . [1 2 3 4]))

Debugger entered--Lisp error: (wrong-type-argument listp [1 2 3 4])

But copy-list works fine.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]