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

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

Re: Newbie Conditional Problem


From: CarlC
Subject: Re: Newbie Conditional Problem
Date: Fri, 17 Jan 2003 17:24:21 GMT

"David Kastrup" <dak@gnu.org> wrote in message
x5vg0nyaza.fsf@lola.goethe.zz">news:x5vg0nyaza.fsf@lola.goethe.zz...
> (progn (goto-line line) (goto-line line))
>
> would be a valid form.
>
> ((goto-line line) (goto-line line))
>
> isn't, and because of the first function call in it which is used as
> if it were a function.

Thank you, David. That was very informative. Much more than progn
description.




reply via email to

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