Function: todo-update-filelist-defcustoms

todo-update-filelist-defcustoms is a byte-compiled function defined in todo-mode.el.gz.

Signature

(todo-update-filelist-defcustoms)

Documentation

Update defcustoms that provide choice list of todo files.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-update-filelist-defcustoms ()
  "Update defcustoms that provide choice list of todo files."
  (put 'todo-default-todo-file 'custom-type `(radio ,@(todo--files-type-list)))
  (put 'todo-category-completions-files 'custom-type
       `(set ,@(todo--files-type-list)))
  (put 'todo-filter-files 'custom-type `(set ,@(todo--files-type-list))))