emacs-devel
[Top][All Lists]
Advanced

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

Re: space leak from `values'


From: Miles Bader
Subject: Re: space leak from `values'
Date: Thu, 29 Jul 2004 16:50:42 +0900

address@hidden (Kim F. Storm) writes:
> + DEFUN ("setnthcdr", Fsetnthcdr, Ssetnthcdr, 2, 3, 0,
> +        doc: /* Set cdr of Nth element of LIST to VALUE (nil if omitted), 
> returns the result.

What's wrong with (setcdr (nthcdr (1- N) LIST) VALUE) ?

-Miles
-- 
.Numeric stability is probably not all that important when you're guessing.




reply via email to

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