فهرست منبع

Merge branch 'maint'

Nicolas Goaziou 12 سال پیش
والد
کامیت
967f20c9a9
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      lisp/org-element.el

+ 0 - 2
lisp/org-element.el

@@ -1806,8 +1806,6 @@ Assume point is at the beginning of the paragraph."
 	   (end (progn (skip-chars-forward " \r\t\n" limit)
 		       (if (eobp) (point) (point-at-bol)))))
       (list 'paragraph
-	    ;; If paragraph has no affiliated keywords, it may not begin
-	    ;; at beginning of line if it starts an item.
 	    (nconc
 	     (list :begin begin
 		   :end end