org-element: Small fix

* lisp/org-element.el (org-element--cache-process-request): Small fix.

This fixes 7fca554f43.
This commit is contained in:
Nicolas Goaziou 2014-04-01 08:10:41 +02:00
parent 7fca554f43
commit 8a43270e8e
1 changed files with 0 additions and 1 deletions

View File

@ -5175,7 +5175,6 @@ t otherwise."
(org-element--cache-shift-positions data offset)
;; Shift associated objects data, if any.
(dolist (object-data (gethash data org-element--cache-objects))
(incf (car object-data) offset)
(dolist (object (cddr object-data))
(org-element--cache-shift-positions object offset))))
(let ((begin (org-element-property :begin data)))