diff options
| author | Matthew White <mehw.is.me@inventati.org> | 2021-08-03 00:19:04 +0000 |
|---|---|---|
| committer | Matthew White <mehw.is.me@inventati.org> | 2021-10-20 23:01:53 +0200 |
| commit | d6c7e5e04525fbfaaca6411c144a6dba9415d0f8 (patch) | |
| tree | a46402f5760d754a56d60097d77178a18adbc9d0 /CHANGELOG.md | |
| parent | a7d0342e18a538a23838e585e43b8e81801b7bc0 (diff) | |
persp-test-with-persp: verify buffer exists before killing it
Before killing a "*scratch* (NAME)" buffer, verify that it exists.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbad88..04a85ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `basic-persp-test-with-persp`: evaluate `persp-test-with-persp` macro. +### ERT tests fixed + +- `persp-test-with-persp`: verify that a `*scratch* (NAME)` buffer exists before killing it. + + ### Fixed - Added a workaround for potential problems caused by recursive minibuffer use. |
