浏览代码

babel: Bug fix in `org-babel-map-src-blocks'

	* ob.el (org-babel-map-src-blocks): Store correct value of `end-block'
Dan Davison 14 年之前
父节点
当前提交
ba9236054a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ob.el

+ 1 - 1
lisp/ob.el

@@ -750,7 +750,7 @@ end-body --------- point at the end of the body"
          (goto-char (match-beginning 0))
 	 (let ((full-block (match-string 0))
 	       (beg-block (match-beginning 0))
-	       (end-block (match-beginning 0))
+	       (end-block (match-end 0))
 	       (lang (match-string 2))
 	       (beg-lang (match-beginning 2))
 	       (end-lang (match-end 2))