Function: todo-display-sorted
todo-display-sorted is a byte-compiled function defined in
todo-mode.el.gz.
Signature
(todo-display-sorted TYPE)
Documentation
Keep point on the TYPE count sorting button just clicked.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-display-sorted (type)
"Keep point on the TYPE count sorting button just clicked."
(let ((opoint (point)))
(todo-update-categories-display type)
(goto-char opoint)))