aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2025-07-12 14:07:58 +0100
committerSean Whitton2025-07-12 14:07:58 +0100
commit423c6a4dc07f1336f4eb55ae2779f0640bbbd858 (patch)
tree2ea320bac441a838b2ca0b85f53de430ed146e46
parentb406c44c824ba87d516c01466bdd1688cc55fc6f (diff)
downloademacs-423c6a4dc07f1336f4eb55ae2779f0640bbbd858.tar.gz
emacs-423c6a4dc07f1336f4eb55ae2779f0640bbbd858.zip
; Delete unnecessary global autoload from last change.
-rw-r--r--lisp/vc/vc.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 94d7ffa129d..63de0ae0c1b 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -1104,7 +1104,6 @@ Return the result of evaluating FORM."
1104 1104
1105;;; Code for deducing what fileset and backend to assume 1105;;; Code for deducing what fileset and backend to assume
1106 1106
1107;;;###autoload
1108(defun vc-backend-for-registration (file) 1107(defun vc-backend-for-registration (file)
1109 "Return a backend that can be used for registering FILE. 1108 "Return a backend that can be used for registering FILE.
1110 1109