Merge branch 'dev' into use-ts.el

This commit is contained in:
contrapunctus 2020-05-17 12:55:38 +05:30
commit c747e3489b
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ within the function passed to `run-at-time'."
;; goal (i.e. `(int "task1" "task2" ...)'), and the user has reached
;; the goal for one of those tasks, don't display the goal for the
;; other associated tasks
(defun chronometrist-get-goal (task &optional (goals-list chronometrist-goals-list))
(cl-defun chronometrist-get-goal (task &optional (goals-list chronometrist-goals-list))
"Return time goal for TASK from GOALS-LIST.
Return value is minutes as an integer, or nil.