From 86b53729c0fda525a7c0a050fcdc8dea81c8eff1 Mon Sep 17 00:00:00 2001 From: "Charles A. Roelli" Date: Tue, 9 Oct 2018 20:24:45 +0200 Subject: [PATCH] * lisp/vc/vc.el (vc-retrieve-tag-hook): Remove autoload cookie. See https://lists.gnu.org/r/emacs-devel/2018-10/msg00108.html. --- lisp/vc/vc.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 7707999636a..57bc3c2fc73 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -834,7 +834,6 @@ See `run-hooks'." :type 'hook :group 'vc) -;;;###autoload (defcustom vc-retrieve-tag-hook nil "Normal hook (list of functions) run after retrieving a tag." :type 'hook -- 2.39.5