comparison lispref/objects.texi @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 3c4ff8bbdc85
children 8b6f25832ac6 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
1901 (equal (cdr @var{x}) (cdr @var{y})) 1901 (equal (cdr @var{x}) (cdr @var{y}))
1902 @end example 1902 @end example
1903 1903
1904 Because of this recursive method, circular lists may therefore cause 1904 Because of this recursive method, circular lists may therefore cause
1905 infinite recursion (leading to an error). 1905 infinite recursion (leading to an error).
1906
1907 @ignore
1908 arch-tag: 9711a66e-4749-4265-9e8c-972d55b67096
1909 @end ignore