Prevent infinite loop in gfm--table-at-point-p at buffer start
commit8e98d313f3b20d69cc7735d378640053e1528e44
authorJason Blevins <jblevins@xbeta.org>
Mon, 11 Dec 2017 16:40:08 +0000 (11 11:40 -0500)
committerJason Blevins <jblevins@xbeta.org>
Mon, 11 Dec 2017 16:40:08 +0000 (11 11:40 -0500)
tree8421592c84b010f11813509c696de6cef59e77dc
parentcbbc51972675e255fc0d50b2aff1b09e4d43c822
Prevent infinite loop in gfm--table-at-point-p at buffer start

When a table-like line appeared at the beginning of the buffer that
was not in fact part of a GFM simplified table, gfm--table-at-point-p
failed to return.

Closes GH-298
markdown-mode.el