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

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

Re: append, push, and add-to-list.


From: Emanuel Berg
Subject: Re: append, push, and add-to-list.
Date: Tue, 06 Jul 2021 22:08:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis wrote:

> I have taken the Lisp manual and started doing something
> like:
>
> (defun my-fun nil
>   (do something))
>
> and I got a digital slap on my finger on the mailing list as
> I have not used '() instead of nil.

Yeah, it should look like this

  (defun my-f ()
    (do-something) )

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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