org-list: Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2018-01-15 23:28:52 +01:00
parent b74655a4e5
commit 78e4be78cb

View file

@ -2374,11 +2374,6 @@ subtree, ignoring planning line and any drawer following it."
block-item
lim-up
lim-down
(keyword-re (concat "^[ \t]*\\<\\(" org-scheduled-string
"\\|" org-deadline-string
"\\|" org-closed-string
"\\|" org-clock-string "\\)"
" *[[<]\\([^]>]+\\)[]>]"))
(orderedp (org-entry-get nil "ORDERED"))
(_bounds
;; In a region, start at first item in region.