bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49667: 28.0.50; Byte-compilation warning in buffer-tests.el


From: Philipp Stephani
Subject: bug#49667: 28.0.50; Byte-compilation warning in buffer-tests.el
Date: Tue, 20 Jul 2021 22:22:52 +0200

Am Di., 20. Juli 2021 um 20:31 Uhr schrieb Eli Zaretskii <eliz@gnu.org>:
>
>
>   $ make src/buffer-tests
>   make[1]: Entering directory `/d/gnu/git/emacs/trunk/test'
>     ELC      src/buffer-tests.elc
>
>   In toplevel form:
>   src/buffer-tests.el:1359:14: Warning: Empty let body
>


Pretty sure this comes from the empty (with-output-to-string) body
there. Adding an (ignore) form to the empty body fixes it for me.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]