unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* What does byte-compile a variable containing a lambda do?
@ 2009-06-03  2:00 Lennart Borgman
  2009-06-03  8:45 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Lennart Borgman @ 2009-06-03  2:00 UTC (permalink / raw)
  To: Emacs-Devel devel

The help text for byte-compile says

    byte-compile is a compiled Lisp function in `bytecomp.el'.

    (byte-compile form)

    If form is a symbol, byte-compile its function definition.
    If form is a lambda or a macro, byte-compile it as a function.

I do not understand the last sentence. What happens? If a variable
contains a lambda and you do

    (byte-compile VAR-WITH-LAMBDA)

what happens? Is the content of the variable changed or does
byte-compile return something?




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-03  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-03  2:00 What does byte-compile a variable containing a lambda do? Lennart Borgman
2009-06-03  8:45 ` Andreas Schwab
2009-06-03  9:28   ` Lennart Borgman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).