Explorar o código

fix code typo

Nicolas Goaziou %!s(int64=13) %!d(string=hai) anos
pai
achega
7a826e09b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -19115,7 +19115,7 @@ position before START-RE (resp. after END-RE)."
 	     (> (setq end (match-end 0)) pos)
 	     ;; ... without another START-RE in-between.
 	     (goto-char (match-beginning 0))
-	     (not (re-search-backward start-re (1+ pos) t))
+	     (not (re-search-backward start-re (1+ beg) t))
 	     ;; Return value.
 	     (cons beg end))))))