Преглед на файлове

org-element: Fix bug in sync request submission

* lisp/org-element.el (org-element--cache-submit-request): Do not
  modify ending position twice.
Nicolas Goaziou преди 11 години
родител
ревизия
ef8e9cf045
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      lisp/org-element.el

+ 0 - 1
lisp/org-element.el

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