Ensure font-lock-defaults is always populated on load
commit86fb0ea4685afc28a109a7702871a30c86fe81a0
authorJason Blevins <jrblevin@sdf.org>
Mon, 27 Jul 2015 15:55:36 +0000 (27 11:55 -0400)
committerJason Blevins <jrblevin@sdf.org>
Mon, 27 Jul 2015 15:55:36 +0000 (27 11:55 -0400)
tree88d527893e298a1ece460f33dcc6598896b765ba
parentcd0db543b5df877eae3380874a73027e508b2dc8
Ensure font-lock-defaults is always populated on load

Attempt to fix an issue introduced in commit 8300a05.

The behavior now is to always run `markdown-reload-extensions` when
initially loading `markdown-mode'.  Later, when `hack-local-variables`
runs the new `markdown-handle-local-variables' hook function, we only
reload again if there are actually `markdown-mode`-related local
variables that might require different `font-lock-defaults`.
markdown-mode.el