org-element: Small code comment clean-up

* lisp/org-element.el (org-element-paragraph-parser): Remove trailing
  code comments.
This commit is contained in:
Nicolas Goaziou 2012-08-25 23:30:29 +02:00
parent 0b209c16f6
commit 3113c5fce9
1 changed files with 0 additions and 2 deletions

View File

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