diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-12-04 14:16:59 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-12-04 14:16:59 -0500 |
commit | 6194477a622ce9293162d16a7ba98c9cfc18d124 (patch) | |
tree | a3e03ea931b77fc317a65b73e4afb144aedc3cc8 /src/ChangeLog | |
parent | 64755ed3add17e10a4bd3e4e270cae51cfe1d8c7 (diff) | |
download | emacs-6194477a622ce9293162d16a7ba98c9cfc18d124.tar.gz |
* src/eval.c (backtrace_eval_unrewind): Rewind also the excursions.
(Fapply): Try and simplify the control flow.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a48788380f9..2f64a9758bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2014-12-04 Stefan Monnier <monnier@iro.umontreal.ca> + + * eval.c (backtrace_eval_unrewind): Rewind also the excursions. + (Fapply): Try and simplify the control flow. + 2014-12-03 Chris Zheng <chriszheng99@gmail.com> (tiny change) * gnutls.c (init_gnutls_functions, gnutls_certificate_details): |