Function: todo-quit
todo-quit is an interactive and byte-compiled function defined in
otodo-mode.el.gz.
Signature
(todo-quit)
Documentation
Done with TODO list for now.
Key Bindings
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/otodo-mode.el.gz
(defun todo-quit ()
"Done with TODO list for now."
(interactive)
(widen)
(todo-save)
(message "")
(bury-buffer))