]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc.el (vc-retrieve-tag-hook): Remove autoload cookie.
authorCharles A. Roelli <charles@aurox.ch>
Tue, 9 Oct 2018 18:24:45 +0000 (20:24 +0200)
committerCharles A. Roelli <charles@aurox.ch>
Tue, 9 Oct 2018 18:24:45 +0000 (20:24 +0200)
See https://lists.gnu.org/r/emacs-devel/2018-10/msg00108.html.

lisp/vc/vc.el

index 7707999636a9793f15d5572a9e1d7b34bac1a388..57bc3c2fc73eb668684fdc0664e5cd44272d3cbf 100644 (file)
@@ -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