aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorPaul Eggert2011-07-16 17:37:57 -0700
committerPaul Eggert2011-07-16 17:37:57 -0700
commit4f8a4547454e24304b4182fbf4ae4b34a7bdc92b (patch)
treed03d6d6cdd4b10a62633ed5f9da42d60dac016d0 /src/lread.c
parentf0eb61e99dce9005dc94c909046f6130b3d4a97c (diff)
parent64a465b2d97d00f27ed74513047ced07b798b9fd (diff)
downloademacs-4f8a4547454e24304b4182fbf4ae4b34a7bdc92b.tar.gz
emacs-4f8a4547454e24304b4182fbf4ae4b34a7bdc92b.zip
Merge from trunk.
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,