]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix byte-compiler warning
authorStefan Kangas <stefankangas@gmail.com>
Sun, 9 Mar 2025 17:28:53 +0000 (18:28 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 18:52:17 +0000 (19:52 +0100)
(cherry picked from commit 731af8747cb07aea532d9e9fd246857a88625a44)

test/lisp/vc/log-edit-tests.el

index 6a312c6dac74bdb2207a144763e6880d9fe5c16e..fdc9a0b41b9eace102679535e09b50c101eb14d6 100644 (file)
@@ -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))