Bläddra i källkod

org-element: Small code comment clean-up

* lisp/org-element.el (org-element-paragraph-parser): Remove trailing
  code comments.
Nicolas Goaziou 12 år sedan
förälder
incheckning
3113c5fce9
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      lisp/org-element.el

+ 0 - 2
lisp/org-element.el

@@ -1800,8 +1800,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