Explorar o código

Keep byte compiler happy

Carsten Dominik %!s(int64=14) %!d(string=hai) anos
pai
achega
1330048ba0
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 5 0
      lisp/org-indent.el
  2. 1 0
      lisp/org.el

+ 5 - 0
lisp/org-indent.el

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

+ 1 - 0
lisp/org.el

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