瀏覽代碼

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

Bastien Guerry 15 年之前
父節點
當前提交
e06752ad53
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lisp/org-timer.el

+ 2 - 0
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.")