浏览代码

ob-core: Remove useless code

* lisp/ob-core.el (org-babel-where-is-src-block-result): Remove useless
  code introduced in last ob-core.el commit.
Nicolas Goaziou 9 年之前
父节点
当前提交
d7d0b2725d
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      lisp/ob-core.el

+ 1 - 3
lisp/ob-core.el

@@ -1969,9 +1969,7 @@ to HASH."
 		      (point-max))))
 	     ;; Check if next element is an anonymous result below
 	     ;; the current block.
-	     ((let* ((next (save-excursion
-			     (skip-chars-forward " \t\n")
-			     (org-element-at-point)))
+	     ((let* ((next (org-element-at-point))
 		     (end (save-excursion
 			    (goto-char
 			     (org-element-property :post-affiliated next))