Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
devcarbon-com committed Mar 12, 2023
1 parent 9060dcf commit 2d0502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-transclusion.el
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ This function is for non-Org text files."
(newline-offset (if overlay-has-extra-newline 1 0)))
(text-clone-make-overlay (region-beginning)
(- (region-end) newline-offset)))))
(text-clone-make-overlay tc-ov-end-mkr
(text-clone-make-overlay tc-ov-beg-mkr
tc-ov-end-mkr))))
(cons src-ov tc-ov)))

Expand Down

0 comments on commit 2d0502f

Please sign in to comment.