Keep byte compiler happy

This commit is contained in:
Carsten Dominik 2010-12-10 14:13:05 +01:00
parent 9df61b6c3e
commit 1330048ba0
2 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,10 @@
(eval-when-compile
(require 'cl))
(defvar org-inlinetask-min-level)
(declare-function org-inlinetask-get-task-level "org-inlinetask" ())
(declare-function org-inlinetask-in-task-p "org-inlinetask" ())
(defgroup org-indent nil
"Options concerning dynamic virtual outline indentation."
:tag "Org Indent"
@ -261,6 +265,7 @@ Assumes that BEG is at the beginning of a line."
n (* (funcall get-real-level b level)
org-indent-indentation-per-level)))))))
(defvar org-inlinetask-min-level)
(defun org-indent-refresh-section ()
"Refresh indentation properties in the current outline section.
Point is assumed to be at the beginning of a headline."

View File

@ -7546,6 +7546,7 @@ If yes, remember the marker and the distance to BEG."
(eval-when-compile
(defvar org-property-drawer-re))
(defvar org-property-start-re) ;; defined below
(defun org-clone-subtree-with-time-shift (n &optional shift)
"Clone the task (subtree) at point N times.
The clones will be inserted as siblings.