summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-09-30 18:19:10 +0200
committerUlrich Müller <ulm@gentoo.org>2024-10-02 23:00:39 +0200
commita4931d9f666f0daba7e5ca5640337279d9b36a27 (patch)
tree7db16c1101ecdadea5b6d1e92da7728bc23d9b7d /ChangeLog
parentFix a byte-compiler warning in tests (diff)
downloadebuild-mode-a4931d9f666f0daba7e5ca5640337279d9b36a27.tar.gz
ebuild-mode-a4931d9f666f0daba7e5ca5640337279d9b36a27.tar.bz2
ebuild-mode-a4931d9f666f0daba7e5ca5640337279d9b36a27.zip
Shorten some function names in tests
* test/gentoo-newsitem-mode-tests.el (gentoo-newsitem-test-input) (gentoo-newsitem-test-font-lock, gentoo-newsitem-test-skeleton) (gentoo-newsitem-test-keybindings): Shorten names. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ec852a..e9ac90f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2024-09-30 Ulrich Müller <ulm@gentoo.org>
+ * test/gentoo-newsitem-mode-tests.el (gentoo-newsitem-test-input)
+ (gentoo-newsitem-test-font-lock, gentoo-newsitem-test-skeleton)
+ (gentoo-newsitem-test-keybindings): Shorten names.
+
* test/ebuild-mode-tests.el (ebuild-mode-test-run-with-fixed-time):
* test/glep-mode-tests.el (glep-mode-test-run-with-fixed-time):
Use func-arity to detect the calling convention for encode-time.