]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/vc.el (vc-revert-files): Fix superfluous backquotation.
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 4 Jul 2025 09:43:41 +0000 (10:43 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:16:11 +0000 (22:16 +0200)
(cherry picked from commit f7184c6e6fc3be9a6f01110e5c0f9ac73bb1aa98)

lisp/vc/vc.el

index 069fa40ea1f99b162ba3289c819b4a4683a22bbc..c13ad105fbf2e6689b58d07ee11c0ac680d15cd6 100644 (file)
@@ -3585,7 +3585,7 @@ For entries in FILES that are directories, revert all files inside them."
         (mapc #'vc-revert-file files)
       (with-vc-properties files
                           (vc-call-backend backend 'revert-files files)
-                          `((vc-state . up-to-date)))
+                          '((vc-state . up-to-date)))
       (dolist (file files)
         (vc-file-setprop file 'vc-checkout-time
                          (file-attribute-modification-time