Inform compiler about a variable that will exist at run time

* lisp/org-timer.el (org-clock-sound): Silence compiler.
This commit is contained in:
Carsten Dominik 2013-09-08 18:28:30 +02:00
parent e677589e69
commit 2c173d34a2
1 changed files with 2 additions and 0 deletions

View File

@ -370,6 +370,8 @@ VALUE can be `on', `off', or `pause'."
(message "%d minute(s) %d seconds left before next time out"
rmins rsecs))))
(defvar org-clock-sound)
;;;###autoload
(defun org-timer-set-timer (&optional opt)
"Prompt for a duration and set a timer.