diff options
| author | Stefan Monnier | 2013-02-25 11:05:49 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-02-25 11:05:49 -0500 |
| commit | b5071fc755c4f287c7befba1150d91a985762ebd (patch) | |
| tree | 3fd1e218ab78050d4695036fb32e74d87b46dade /src/ChangeLog | |
| parent | 944c37effa068de90af84c37106461bca3076bea (diff) | |
| download | emacs-b5071fc755c4f287c7befba1150d91a985762ebd.tar.gz emacs-b5071fc755c4f287c7befba1150d91a985762ebd.zip | |
* src/callint.c (Fcall_interactively): Use the right lexical environment
for `interactive' specs.
* src/eval.c (Feval): Accept a lexical environment.
Fixes: debbugs:13811
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 00d1f30dd46..4f2fb4c1d53 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * callint.c (Fcall_interactively): Use the right lexical environment | ||
| 4 | for `interactive' specs (bug#13811). | ||
| 5 | * eval.c (Feval): Accept a lexical environment. | ||
| 6 | |||
| 1 | 2013-02-25 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2013-02-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Simplify data_start configuration (Bug#13783). | 9 | Simplify data_start configuration (Bug#13783). |