Declare org-show-notification as a function of org-clock.el.

This commit is contained in:
Bastien Guerry 2009-07-30 01:37:55 +08:00
parent 1a79ec6e31
commit e06752ad53
1 changed files with 2 additions and 0 deletions

View File

@ -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.")