emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 86b5372: * lisp/vc/vc.el (vc-retrieve-tag-hook): Re


From: Charles A. Roelli
Subject: [Emacs-diffs] master 86b5372: * lisp/vc/vc.el (vc-retrieve-tag-hook): Remove autoload cookie.
Date: Tue, 9 Oct 2018 14:22:16 -0400 (EDT)

branch: master
commit 86b53729c0fda525a7c0a050fcdc8dea81c8eff1
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    * 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 7707999..57bc3c2 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]