org-timer.el: Silent compiler warnings

This commit is contained in:
Bastien Guerry 2014-03-17 20:34:52 +01:00
parent 922135a4a6
commit 3a1a72f2f5
1 changed files with 1 additions and 1 deletions

View File

@ -156,6 +156,7 @@ With prefix arg STOP, stop it entirely."
(org-timer-set-mode-line 'pause)
(message "Timer paused at %s" (org-timer-value-string)))))
(defvar org-timer-current-timer nil)
(defun org-timer-stop ()
"Stop the relative timer."
(interactive)
@ -345,7 +346,6 @@ VALUE can be `on', `off', or `pause'."
(concat " <" (substring (org-timer-value-string) 0 -1) ">"))
(force-mode-line-update)))
(defvar org-timer-current-timer nil)
(defun org-timer-cancel-timer ()
"Cancel the current timer."
(interactive)