From e06752ad53c76d9b20e539cca2b52e887b09e47d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 30 Jul 2009 01:37:55 +0800 Subject: [PATCH] Declare org-show-notification as a function of org-clock.el. --- lisp/org-timer.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org-timer.el b/lisp/org-timer.el index fef8050b2..4f9252bd0 100644 --- a/lisp/org-timer.el +++ b/lisp/org-timer.el @@ -29,6 +29,8 @@ (require 'org) +(declare-function org-show-notification "org-clock" (parameters)) + (defvar org-timer-start-time nil "t=0 for the running timer.")