Rename chronometrist-last-expr -> chronometrist-sexp-last

This commit is contained in:
contrapunctus 2020-05-14 09:21:56 +05:30
parent 8be04b50cb
commit b778b883b6
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ To use, add this to `chronometrist-after-out-functions', and
(defun chronometrist-goals-on-file-change ()
"Manage timed alerts when `chronometrist-file' changes."
(let ((last (chronometrist-last-expr)))
(let ((last (chronometrist-sexp-last)))
(chronometrist-goals-stop-alert-timers)
;; if there's a task running, start timed alerts for it
(unless (plist-get last :stop)