Modify markdown-prev-list-item return value
commitab9724dbf64f30572c817b8a6ea9831706c9aace
authorJason Blevins <jrblevin@sdf.org>
Mon, 26 Jun 2017 19:48:49 +0000 (26 15:48 -0400)
committerJason Blevins <jrblevin@sdf.org>
Thu, 6 Jul 2017 17:52:08 +0000 (6 13:52 -0400)
treebd2a14fbf1c1bd06dee86460cd3868e020a0a958
parent7485df0006fbb8a9e4b5ad6a5f049abdea194c30
Modify markdown-prev-list-item return value

Make this function behave more like markdown-next-list-item in that
it should return nil unless an exact indentation match was found:

* Stop and return point at item of equal indentation.
* Stop and return nil at item with lesser indentation.

The point is moved in both cases.
markdown-mode.el