org-element: Fix bug in sync request submission

* lisp/org-element.el (org-element--cache-submit-request): Do not
  modify ending position twice.
This commit is contained in:
Nicolas Goaziou 2014-06-30 18:12:13 +02:00
parent d1f2d73b08
commit ef8e9cf045
1 changed files with 0 additions and 1 deletions

View File

@ -5483,7 +5483,6 @@ change, as an integer."
;; Current changes can be merged with first sync request: we
;; can save a partial cache synchronization.
(progn
(incf (aref next 2) offset)
(incf (aref next 3) offset)
;; If last changes happened before (position wise) old ones,
;; recompute the key of the first element to remove.