From f88fa9605fcb0111d8b0e4fc7320a617f635ed89 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 12 Jul 2025 14:07:58 +0100 Subject: [PATCH] ; Delete unnecessary global autoload from last change. (cherry picked from commit 423c6a4dc07f1336f4eb55ae2779f0640bbbd858) --- lisp/vc/vc.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 56245f77607..45095a331ed 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -1101,7 +1101,6 @@ Return the result of evaluating FORM." ;;; Code for deducing what fileset and backend to assume -;;;###autoload (defun vc-backend-for-registration (file) "Return a backend that can be used for registering FILE. -- 2.39.5