Variable: url-load-hook
url-load-hook is a customizable variable defined in url-vars.el.gz.
This variable is obsolete since 28.1; use with-eval-after-load
instead.
Value
nil
Documentation
Hook run after initializing the URL library.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-vars.el.gz
(defcustom url-load-hook nil
"Hook run after initializing the URL library."
:group 'url
:type 'hook)