From 5a82021f4fb0935c814d30c56fea3f6453cb2c68 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 9 Mar 2025 18:28:53 +0100 Subject: [PATCH] ; Fix byte-compiler warning (cherry picked from commit 731af8747cb07aea532d9e9fd246857a88625a44) --- test/lisp/vc/log-edit-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/vc/log-edit-tests.el b/test/lisp/vc/log-edit-tests.el index 6a312c6dac7..fdc9a0b41b9 100644 --- a/test/lisp/vc/log-edit-tests.el +++ b/test/lisp/vc/log-edit-tests.el @@ -364,7 +364,7 @@ Report color and/or grayscale properly. "Helper function for the log-edit-done-strip-cvs-lines tests. Tests that running log-edit-done-strip-cvs-lines as a log-edit-done-hook produces the WANTED string when run on INITIAL-TEXT with -'log-edit-vc-backend' set to VC-BACKEND.\"" +\\='log-edit-vc-backend' set to VC-BACKEND.\"" (with-temp-buffer (let ((log-edit-done-hook 'log-edit-done-strip-cvs-lines) (log-edit-vc-backend vc-backend)) -- 2.39.5