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

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

Re: Elisp Tutorial dumb question -- but I thought I better doublecheck ?


From: Maciej Katafiasz
Subject: Re: Elisp Tutorial dumb question -- but I thought I better doublecheck ??
Date: Wed, 25 Apr 2007 08:20:55 +0000 (UTC)
User-agent: pan 0.120 (Plate of Shrimp)

Den Tue, 24 Apr 2007 12:23:01 -0400 skrev William Case:

> The differences seem trivial, but can I re-write the lambda algorithm in
> terms of the defun algorithm for myself such that:

Not sure what you mean, but defun is simply defined in terms of lambda.

(defun foo (arg) "doc" body)

is the same as

(fset 'foo (lambda (arg) "doc" body))





reply via email to

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