From 7f0e35efc894e17c9852ac1a14fc927a6bf9e27f Mon Sep 17 00:00:00 2001 From: Matthew White Date: Wed, 20 Oct 2021 23:13:49 +0200 Subject: basic-persp-header-line-format-default-value: fix typo Remove leading tab. --- CHANGELOG.md | 1 + test/test-perspective.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23946c..96f31a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### ERT tests changed +- `basic-persp-header-line-format-default-value`: remove leading tab. - `basic-persp-get-scratch-buffer`: evaluate `persp-get-scratch-buffer`. - `basic-persp-switching`: tests the `current-buffer` too. - `basic-persp-creation-deletion`: test killing all perspectives, main perspective included. diff --git a/test/test-perspective.el b/test/test-perspective.el index a4b4cde..f581a9a 100644 --- a/test/test-perspective.el +++ b/test/test-perspective.el @@ -617,7 +617,7 @@ value of `header-line-format'. Updating `header-line-format' default value using a buffer local value of it is a mistake." (let ((persp-show-modestring 'header) - (default-header-line-format (default-value 'header-line-format))) + (default-header-line-format (default-value 'header-line-format))) ;; Since `persp-test-with-persp' may change in the future, do not ;; use it. We need to avoid switching to another buffer than the ;; *dummy* buffer just before `persp-mode' is disabled. For this -- cgit v1.0