0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 15:16:26 +00:00

Fixed an incorrect variable reference

This commit is contained in:
John Wiegley 2009-10-20 12:40:33 -04:00
parent d6a2768b48
commit 9b36ab0ca9
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2009-10-20 John Wiegley <jwiegley@gmail.com>
* org-clock.el (org-clock-resolve-clock): Fixed an incorrect
variable reference.
* org-agenda.el (org-agenda-set-mode-name): Show Habit in the
modeline when habits are being displayed (if that module is being
loaded).

View file

@ -645,7 +645,7 @@ This routine can do one of many things:
(org-clock-clock-out clock fail-quietly resolve-to)
(unless org-clock-clocking-in
(if close-p
(setq org-clock-left-over-time last-valid)
(setq org-clock-left-over-time resolve-to)
(org-clock-clock-in clock)))))))
(defun org-clock-resolve (clock &optional prompt-fn last-valid fail-quietly)