]> git.eshelyaron.com Git - emacs.git/commit
Add a test for let-binding unwinding
authorSpencer Baugh <sbaugh@catern.com>
Wed, 24 Mar 2021 03:11:51 +0000 (23:11 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 Mar 2021 16:38:50 +0000 (12:38 -0400)
commitb29bf8181fe2c02becd0a3ac5e2f85cb0a3b58bf
treeeeb991918f7d65279e2f5f347fa7d9dc59cab8ef
parent55a7af9123b5c2c2cad8f768a1234b59b07f7afc
Add a test for let-binding unwinding

Bindings in other buffers are not un-set when we unwind a let-binding
which set the default value.  There doesn't seem to be an existing
test which covers this, so here's one.

* test/src/data-tests.el (data-tests--let-buffer-local-no-unwind-other-buffers):
  Add test for let-binding unwinding behavior
test/src/data-tests.el