Browse Source

org-timer.el (org-timer-stop): Add message.

* org-timer.el (org-timer-stop): Add message.
Bastien Guerry 12 years ago
parent
commit
57a13ab9d9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/org-timer.el

+ 2 - 1
lisp/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)