diff options
| author | Paul Eggert | 2011-07-16 17:39:01 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-16 17:39:01 -0700 |
| commit | b1f367f797aa19047904e73a67e52f391c720e0d (patch) | |
| tree | d662146d7e2e99c221fae1cd2fecb0bc6b2b33d3 /src/lread.c | |
| parent | 134643946085b24a695d73b3d8f7af5aa23602aa (diff) | |
| parent | 4f8a4547454e24304b4182fbf4ae4b34a7bdc92b (diff) | |
| download | emacs-b1f367f797aa19047904e73a67e52f391c720e0d.tar.gz emacs-b1f367f797aa19047904e73a67e52f391c720e0d.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, |