Variable: todo-filtered-items-mode-hook

todo-filtered-items-mode-hook is a variable defined in todo-mode.el.gz.

Value

nil

Documentation

Hook run after entering Todo-Fltr 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/calendar/todo-mode.el.gz
;;;###autoload
(define-derived-mode todo-filtered-items-mode special-mode "Todo-Fltr"
  "Mode for displaying and reprioritizing top priority Todo.

\\{todo-filtered-items-mode-map}"
  (todo-modes-set-1)
  (todo-modes-set-2))