Function: todo-show-current-file

todo-show-current-file is a byte-compiled function defined in todo-mode.el.gz.

Signature

(todo-show-current-file)

Documentation

Visit current instead of default todo file with todo-show.

Added to pre-command-hook in Todo mode when user option todo-show-current-file(var)/todo-show-current-file(fun) is set to non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
;; -----------------------------------------------------------------------------
;;; Hook functions and mode definitions
;; -----------------------------------------------------------------------------

(defun todo-show-current-file ()
  "Visit current instead of default todo file with `todo-show'.
Added to `pre-command-hook' in Todo mode when user option
`todo-show-current-file' is set to non-nil."
  (setq todo-global-current-todo-file todo-current-todo-file))