Variable: url-cookie-mode-hook
url-cookie-mode-hook is a variable defined in url-cookie.el.gz.
Value
nil
Documentation
Hook run after entering URL Cookie mode.
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-cookie.el.gz
(define-derived-mode url-cookie-mode special-mode "URL Cookie"
"Mode for listing cookies.
\\{url-cookie-mode-map}"
(buffer-disable-undo)
(setq buffer-read-only t
truncate-lines t))