diff options
| author | Paul Eggert | 2011-07-19 13:37:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-19 13:37:27 -0700 |
| commit | 63cf7836ae7616ce91d7eeaeac997d71609e191b (patch) | |
| tree | 801b7c438808303fd47cf19aec1d899c78c2472f /src/lread.c | |
| parent | 7403ff044d82d390bdc4cdd3954448daedcd4571 (diff) | |
| parent | 0d8de0fd0a5a63cc9558b5c99f9c7f1ddcaf338a (diff) | |
| download | emacs-63cf7836ae7616ce91d7eeaeac997d71609e191b.tar.gz emacs-63cf7836ae7616ce91d7eeaeac997d71609e191b.zip | |
Merge from intsign.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 7 |
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. |
| 4495 | This applies to code evaluated by `eval-buffer' and `eval-region' and | 4495 | Non-nil means that the code in the current buffer should be evaluated |
| 4496 | other commands that call these functions, like `eval-defun' and | 4496 | with lexical binding. |
| 4497 | the like. | ||
| 4498 | This variable is automatically set from the file variables of an | 4497 | This variable is automatically set from the file variables of an |
| 4499 | interpreted Lisp file read using `load'. */); | 4498 | interpreted Lisp file read using `load'. */); |
| 4500 | Fmake_variable_buffer_local (Qlexical_binding); | 4499 | Fmake_variable_buffer_local (Qlexical_binding); |