Pārlūkot izejas kodu

org-list: Silence byte-compiler

Nicolas Goaziou 6 gadi atpakaļ
vecāks
revīzija
78e4be78cb
1 mainītis faili ar 0 papildinājumiem un 5 dzēšanām
  1. 0 5
      lisp/org-list.el

+ 0 - 5
lisp/org-list.el

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