فهرست منبع

Silence byte-compiler

Nicolas Goaziou 8 سال پیش
والد
کامیت
d5b70fa68b
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      lisp/org.el

+ 1 - 2
lisp/org.el

@@ -66,6 +66,7 @@
 (defvar org-inhibit-highlight-removal nil) ; dynamically scoped param
 (defvar org-inhibit-highlight-removal nil) ; dynamically scoped param
 (defvar-local org-table-formula-constants-local nil
 (defvar-local org-table-formula-constants-local nil
   "Local version of `org-table-formula-constants'.")
   "Local version of `org-table-formula-constants'.")
+(defvar org-inlinetask-min-level)
 
 
 ;;;; Require other packages
 ;;;; Require other packages
 
 
@@ -6820,8 +6821,6 @@ show that drawer instead."
 (defvar-local org-cycle-subtree-status nil)
 (defvar-local org-cycle-subtree-status nil)
 (put 'org-cycle-subtree-status 'org-state t)
 (put 'org-cycle-subtree-status 'org-state t)
 
 
-(defvar org-inlinetask-min-level)
-
 (defun org-show-all (&optional types)
 (defun org-show-all (&optional types)
   "Show all contents in the visible part of the buffer.
   "Show all contents in the visible part of the buffer.
 By default, the function expands headings, blocks and drawers.
 By default, the function expands headings, blocks and drawers.