# HG changeset patch # User Richard M. Stallman # Date 773979057 0 # Node ID a13093894b9ae872724631fb6caa10bc8270e705 # Parent 53a82f01e7239b34ed0d41898aaa39e662f0a675 entered into RCS diff -r 53a82f01e723 -r a13093894b9a lispref/variables.texi --- a/lispref/variables.texi Tue Jul 12 01:39:30 1994 +0000 +++ b/lispref/variables.texi Tue Jul 12 02:10:57 1994 +0000 @@ -1067,6 +1067,11 @@ @result{} 5 @end group @end example + +Making a variable buffer-local within a @code{let}-binding for that +variable does not work. This is because @code{let} does not distinguish +between different kinds of bindings; it knows only which variable the +binding was made for. @end deffn @deffn Command make-variable-buffer-local variable