Fix repeated calls to extend region function
commit9ebb74f8237a219171346c18830e879010d7fbbe
authorJason Blevins <jrblevin@sdf.org>
Tue, 19 Mar 2013 13:15:16 +0000 (19 09:15 -0400)
committerJason Blevins <jrblevin@sdf.org>
Tue, 19 Mar 2013 13:44:50 +0000 (19 09:44 -0400)
treec6e0f7097a1d68a525bd348ae2ea2d4cee1bb59d
parent177ca5baff220b8e130fc1b8ddf3d50c7b9368a0
Fix repeated calls to extend region function

markdown-font-lock-extend-region should return nil when the region has
been extended to contain the current block.  It appears that this was
not happening previously, rather, the function kept extending the region
to contain more and more blocks.
markdown-mode.el