From: Charles A. Roelli Date: Tue, 9 Oct 2018 18:24:45 +0000 (+0200) Subject: * lisp/vc/vc.el (vc-retrieve-tag-hook): Remove autoload cookie. X-Git-Tag: emacs-27.0.90~4319 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86b53729c0fda525a7c0a050fcdc8dea81c8eff1;p=emacs.git * lisp/vc/vc.el (vc-retrieve-tag-hook): Remove autoload cookie. See https://lists.gnu.org/r/emacs-devel/2018-10/msg00108.html. --- 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