; Document that 'named-let' needs lexical-binding
* doc/lispref/variables.texi (Local Variables): Warn that 'named-let' only works under lexical-binding. (Bug#64290)
This commit is contained in:
parent
68028f0fa3
commit
162c9c058e
1 changed files with 3 additions and 0 deletions
|
@ -350,6 +350,9 @@ variables.
|
|||
A function call is in the tail position if it's the very last thing
|
||||
done so that the value returned by the call is the value of @var{body}
|
||||
itself, as is the case in the recursive call to @code{sum} above.
|
||||
|
||||
@strong{Warning:} @code{named-let} works as expected only when
|
||||
lexical-binding is enabled. @xref{Lexical Binding}.
|
||||
@end defspec
|
||||
|
||||
Here is a complete list of the other facilities that create local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue