From d5b70fa68b7e74d5b8e272a55bd4ce64cab80d42 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 13 Jan 2018 14:19:50 +0100 Subject: [PATCH] Silence byte-compiler --- lisp/org.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index afebb2097..9920cae73 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -66,6 +66,7 @@ (defvar org-inhibit-highlight-removal nil) ; dynamically scoped param (defvar-local org-table-formula-constants-local nil "Local version of `org-table-formula-constants'.") +(defvar org-inlinetask-min-level) ;;;; Require other packages @@ -6820,8 +6821,6 @@ show that drawer instead." (defvar-local org-cycle-subtree-status nil) (put 'org-cycle-subtree-status 'org-state t) -(defvar org-inlinetask-min-level) - (defun org-show-all (&optional types) "Show all contents in the visible part of the buffer. By default, the function expands headings, blocks and drawers.