From: Sean Whitton Date: Sat, 12 Jul 2025 13:07:58 +0000 (+0100) Subject: ; Delete unnecessary global autoload from last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f88fa9605fcb0111d8b0e4fc7320a617f635ed89;p=emacs.git ; Delete unnecessary global autoload from last change. (cherry picked from commit 423c6a4dc07f1336f4eb55ae2779f0640bbbd858) --- 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.