Variable: newsticker-start-hook

newsticker-start-hook is a customizable variable defined in newst-backend.el.gz.

Value

nil

Documentation

Hook run when starting newsticker.

This hook is run at the very end of newsticker-start.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defcustom newsticker-start-hook
  nil
  "Hook run when starting newsticker.
This hook is run at the very end of `newsticker-start'."
  :options '(newsticker-start-ticker)
  :type 'hook
  :group 'newsticker-hooks)