diff options
author | Bastien Guerry <bzg@gnu.org> | 2012-12-12 17:47:07 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2012-12-12 17:47:07 +0100 |
commit | 63aa098259339e924d8a7d40c59a34e579132af6 (patch) | |
tree | a23b00ff5e7fd931aadc58f1cffdd00f1f27db5f /lisp/org/org-timer.el | |
parent | 14b8c3d926ef813f621f95b0dcd059192d3d898c (diff) | |
download | emacs-63aa098259339e924d8a7d40c59a34e579132af6.tar.gz emacs-63aa098259339e924d8a7d40c59a34e579132af6.tar.bz2 emacs-63aa098259339e924d8a7d40c59a34e579132af6.zip |
Merge upstream Org (from commit 488eea)
Diffstat (limited to 'lisp/org/org-timer.el')
-rw-r--r-- | lisp/org/org-timer.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org/org-timer.el b/lisp/org/org-timer.el index a314564b94a..8a5b599eca2 100644 --- a/lisp/org/org-timer.el +++ b/lisp/org/org-timer.el @@ -162,7 +162,8 @@ With prefix arg STOP, stop it entirely." (run-hooks 'org-timer-stop-hook) (setq org-timer-start-time nil org-timer-pause-time nil) - (org-timer-set-mode-line 'off)) + (org-timer-set-mode-line 'off) + (message "Timer stopped")) ;;;###autoload (defun org-timer (&optional restart no-insert-p) |