emacs-devel
[Top][All Lists]
Advanced

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

Quoted lambda expressions


From: Xue Fuqiao
Subject: Quoted lambda expressions
Date: Sat, 17 Aug 2013 16:32:10 +0800

Hi,

AFAIK "(function (lambda ...))" and "#'(lambda ...)" are the same as
"(lambda ...)", because in subr.el:

   (defmacro lambda (&rest cdr)
     [...]
     (list 'function (cons 'lambda cdr)))

But the first two forms are used 600+ times in lisp/ and 13 times in
doc/.  Does it make sense to do some cleanup?

(And some of them should not be changed, such as the one in "(elisp)
Anonymous Functions".)

-- 
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/



reply via email to

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