diff options
| author | Paul Eggert | 2011-07-16 17:37:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-16 17:37:57 -0700 |
| commit | 4f8a4547454e24304b4182fbf4ae4b34a7bdc92b (patch) | |
| tree | d03d6d6cdd4b10a62633ed5f9da42d60dac016d0 /src/lread.c | |
| parent | f0eb61e99dce9005dc94c909046f6130b3d4a97c (diff) | |
| parent | 64a465b2d97d00f27ed74513047ced07b798b9fd (diff) | |
| download | emacs-4f8a4547454e24304b4182fbf4ae4b34a7bdc92b.tar.gz emacs-4f8a4547454e24304b4182fbf4ae4b34a7bdc92b.zip | |
Merge from trunk.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 8 |
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. |
| 4494 | This only applies to code evaluated by `eval-buffer' and `eval-region'. | 4494 | This applies to code evaluated by `eval-buffer' and `eval-region' and |
| 4495 | This variable is automatically set from the file variables of an interpreted | 4495 | other commands that call these functions, like `eval-defun' and |
| 4496 | Lisp file read using `load'. */); | 4496 | the like. |
| 4497 | This variable is automatically set from the file variables of an | ||
| 4498 | interpreted 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, |