Merge pull request #30 from syohex/wrong-macro

Correct macro name
This commit is contained in:
Greg Sexton 2016-07-10 17:58:03 +01:00 committed by GitHub
commit b571187d68

View File

@ -722,7 +722,7 @@ that is a sibling of the fold the point is currently in."
(interactive (list (current-buffer) (point))) (interactive (list (current-buffer) (point)))
(-when-let (tree (origami-get-fold-tree buffer)) (-when-let (tree (origami-get-fold-tree buffer))
(-when-let (path (origami-fold-find-path-containing tree point)) (-when-let (path (origami-fold-find-path-containing tree point))
(when-let (c (-> (origami-fold-next-sibling (origami-fold-children (-when-let (c (-> (origami-fold-next-sibling (origami-fold-children
(origami-fold-parent path)) (origami-fold-parent path))
(-last-item path)) (-last-item path))
origami-fold-beg)) origami-fold-beg))