From: Stefan Kangas Date: Sun, 9 Mar 2025 17:28:53 +0000 (+0100) Subject: ; Fix byte-compiler warning X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a82021f4fb0935c814d30c56fea3f6453cb2c68;p=emacs.git ; Fix byte-compiler warning (cherry picked from commit 731af8747cb07aea532d9e9fd246857a88625a44) --- 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))