mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-23 07:18:53 +00:00
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.
This commit is contained in:
parent
44db364c69
commit
d7d0b2725d
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user