aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2015-01-30 16:00:29 -0500
committerStefan Monnier2015-01-30 16:00:29 -0500
commitd5e3922e08587e7eb9e5aec2e9f84cbda405f857 (patch)
tree6ab951b35a3ee24d7b5248e214500ece03ae0044 /test/ChangeLog
parentadebc14b9c1794e49cfab9b3f2c4866acfbdf175 (diff)
downloademacs-d5e3922e08587e7eb9e5aec2e9f84cbda405f857.tar.gz
emacs-d5e3922e08587e7eb9e5aec2e9f84cbda405f857.zip
* lisp/emacs-lisp/backquote.el: Fix bug with unoptimized exp.
Fixes: debbugs:19734 * lisp/emacs-lisp/backquote.el (backquote-delay-process): Don't reuse `s' since it may be "equivalent" in some sense, yet different. * test/automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 3ae980755a9..8e4fdb884a1 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
12015-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
4
12015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org> 52015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 6
3 * automated/python-tests.el (python-indent-pep8-1) 7 * automated/python-tests.el (python-indent-pep8-1)