summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2013-09-08 18:28:30 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2013-09-08 18:28:30 +0200
commit2c173d34a26e9ff93cd827c108a5fdf4dc992355 (patch)
tree68b4ac63dabd836ee5e2d3bc114a79efdf16ff85
parente677589e69140f64a7e165b2ea0287df4d0a20c3 (diff)
downloadorg-mode-2c173d34a26e9ff93cd827c108a5fdf4dc992355.tar.gz
Inform compiler about a variable that will exist at run timerelease_8.1.1
* lisp/org-timer.el (org-clock-sound): Silence compiler.
-rw-r--r--lisp/org-timer.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-timer.el b/lisp/org-timer.el
index 2ea1c35..db7760d 100644
--- a/lisp/org-timer.el
+++ b/lisp/org-timer.el
@@ -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.