Use a list for HR display characters
commitce663b9d16b52b3dc55542ef3d28c610dfd71073
authorJason Blevins <jblevins@xbeta.org>
Fri, 10 Nov 2017 16:01:12 +0000 (10 11:01 -0500)
committerJason Blevins <jblevins@xbeta.org>
Fri, 10 Nov 2017 17:12:59 +0000 (10 12:12 -0500)
tree70c6209cd3f1c47cb9ad065d71a3c253d99eb16d
parentddc92f42b90c24a08d574ae80900ec6e6cc04edb
Use a list for HR display characters

With this commit, `markdown-hr-display-char` is permitted to be a
list.  The default value is now a sequence of possible characters
and the first one that is displayable will be used.

This is part of a series of changes to improve the load time by
deferring calls to `char-displayable-p`.  See GH-264.
markdown-mode.el