Variable: todo-visited
todo-visited is a variable defined in todo-mode.el.gz.
Value
nil
Documentation
List of todo files visited in this session by todo-show.
Used to determine initial display according to the value of
todo-show-first.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defvar todo-visited nil
"List of todo files visited in this session by `todo-show'.
Used to determine initial display according to the value of
`todo-show-first'.")