aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew White <mehw.is.me@inventati.org>2021-10-20 23:13:49 +0200
committerMatthew White <mehw.is.me@inventati.org>2021-10-21 01:27:37 +0200
commit7f0e35efc894e17c9852ac1a14fc927a6bf9e27f (patch)
treed3bdb6ad1c295223d434513eaf25618f38501c18
parent2522318fb19ff600e1180a1c2401421ac877c4c7 (diff)
basic-persp-header-line-format-default-value: fix typo
Remove leading tab.
-rw-r--r--CHANGELOG.md1
-rw-r--r--test/test-perspective.el2
2 files changed, 2 insertions, 1 deletions
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