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