Explorar el Código

org-element: Small code comment clean-up

* lisp/org-element.el (org-element-paragraph-parser): Remove trailing
  code comments.
Nicolas Goaziou hace 12 años
padre
commit
3113c5fce9
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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