aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lread.c b/src/lread.c
index c0de95dd121..0613ad037bf 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -4491,10 +4491,9 @@ to load. See also `load-dangerous-libraries'. */);
4491 Qlexical_binding = intern ("lexical-binding"); 4491 Qlexical_binding = intern ("lexical-binding");
4492 staticpro (&Qlexical_binding); 4492 staticpro (&Qlexical_binding);
4493 DEFVAR_LISP ("lexical-binding", Vlexical_binding, 4493 DEFVAR_LISP ("lexical-binding", Vlexical_binding,
4494 doc: /* If non-nil, use lexical binding when evaluating code. 4494 doc: /* Whether to use lexical binding when evaluating code.
4495This applies to code evaluated by `eval-buffer' and `eval-region' and 4495Non-nil means that the code in the current buffer should be evaluated
4496other commands that call these functions, like `eval-defun' and 4496with lexical binding.
4497the like.
4498This variable is automatically set from the file variables of an 4497This variable is automatically set from the file variables of an
4499interpreted Lisp file read using `load'. */); 4498interpreted Lisp file read using `load'. */);
4500 Fmake_variable_buffer_local (Qlexical_binding); 4499 Fmake_variable_buffer_local (Qlexical_binding);