diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-09-30 18:14:38 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-10-02 23:00:39 +0200 |
commit | 9f01191ebcb02ad2c46ff84a47dbd5c816971134 (patch) | |
tree | 31c5e8f9552ef56a10d51fd0455215052045698a /ChangeLog | |
parent | Fix some byte-compiler warnings in tests (diff) | |
download | ebuild-mode-9f01191ebcb02ad2c46ff84a47dbd5c816971134.tar.gz ebuild-mode-9f01191ebcb02ad2c46ff84a47dbd5c816971134.tar.bz2 ebuild-mode-9f01191ebcb02ad2c46ff84a47dbd5c816971134.zip |
Fix a byte-compiler warning in tests
* 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.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2024-09-30 Ulrich Müller <ulm@gentoo.org> + * 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. + * test/ebuild-mode-tests.el (cl-letf, cl-letf*): Enclose their definition in eval-when-compile. (ebuild-mode-test-font-lock): Call font-lock-fontify-region |