help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Adding many elements to a list


From: Andreas Politz
Subject: Re: Adding many elements to a list
Date: Sat, 19 Sep 2009 09:34:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

pjb@anevia.com (Pascal J. Bourguignon) writes:

>
>
> C-h f push RET
> push is a Lisp macro in `cl.el'.
> (push x place)
>

It's a name-conflict.

$ emacs22 -q

,----[ push ]
| push is a Lisp macro in `subr.el'.
| (push newelt listname)
| 
| Add newelt to the list stored in the symbol listname.
| This is equivalent to (setq listname (cons newelt listname)).
| listname must be a symbol.
`----

-ap





reply via email to

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