From d44f065c08b7c160efc8cc24a88d72f1126ebd53 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 14 Oct 2010 10:36:21 +0200 Subject: [PATCH] Keep byte compiler happy --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 064cd1c44..672070f6d 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -3538,6 +3538,7 @@ Normal means no org-mode-specific context." (declare-function org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item "org-agenda" (&optional end)) (declare-function org-inlinetask-remove-END-maybe "org-inlinetask" ()) +(declare-function org-inlinetask-in-task-p "org-inlinetask" ()) (declare-function org-indent-mode "org-indent" (&optional arg)) (declare-function parse-time-string "parse-time" (string)) (declare-function org-attach-reveal "org-attach" (&optional if-exists)) @@ -3729,7 +3730,6 @@ If TABLE-TYPE is non-nil, also check for table.el-type tables." ;; Autoload org-clock.el - (declare-function org-clock-save-markers-for-cut-and-paste "org-clock" (beg end)) (declare-function org-clock-update-mode-line "org-clock" ())