summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
diff options
context:
space:
mode:
authorCharles A. Roelli <charles@aurox.ch>2018-10-09 20:24:45 +0200
committerCharles A. Roelli <charles@aurox.ch>2018-10-09 20:24:45 +0200
commit86b53729c0fda525a7c0a050fcdc8dea81c8eff1 (patch)
treef4211bbf6d87fd7db31231e9fc07f3017627b56f /lisp/vc/vc.el
parent7f1beabfcdcb58d90aa78db22b9a123faf298749 (diff)
downloademacs-86b53729c0fda525a7c0a050fcdc8dea81c8eff1.tar.gz
* lisp/vc/vc.el (vc-retrieve-tag-hook): Remove autoload cookie.
See https://lists.gnu.org/r/emacs-devel/2018-10/msg00108.html.
Diffstat (limited to 'lisp/vc/vc.el')
-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 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